
.backform_window{
    width: 50%;
    height:auto;
    margin-left: 25%;
    position: fixed;
    top: 50px;
    background-color: #F3F3F3;
	padding-bottom:20px;
	padding-top:15px;
	border: 1px solid #C77101;
	display: none;
}
#closer_pfotogaleri_window {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    width: 40px;
    background-color: red;
    color: #fff;
    font-family: arial;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
}
#title_bascet {
    width: 100%;
    text-align: center;
    color: #FE9101;
    font-family: arial black;
    cursor: pointer;
	padding-top:20px;
	padding-bottom:30px;
}
.input_formalize {
    width: 50%;
    margin-left: 25%;
    height: 30px;
    color:#FE9101;
    margin-top: 5px;
}
#submit_formalize {
    width: 30%;
    margin-left: 33%;
    height: 35px;
    color: #fff;
    font-family: arial black;
    text-align: center;
    border: 1px solid #C77101;
    background-color: #FE9101;
    margin-top: 10px;
    padding-top: 6px;
    cursor: pointer;
	margin-top:25px;
}