body{
background: url(../images/bg_bron.jpg) no-repeat center;
background-size: cover;
}
.header_text {
background: none;
}
form {
margin-bottom:60px;
}
label {
display:block;
}
input[type="submit"] {
color:#fff;
background:#0053A2;
-khtml-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:none;
width: 460px;
height: 40px;
font-family: "Normal";
font-size:18px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out
position:relative;
behavior: url(pie/PIE.htc);
}
input[type="submit"]:hover {
background:#0066c8;
}
fieldset {
border: 2px solid #fff;
margin-bottom:20px;
padding: 6px 12px 10px;
}
legend {
line-height:25px;
border: 2px solid #fff;
border-radius: 500px;
display: inline-block;
padding: 0 10px;
position:relative;
behavior: url(pie/PIE.htc);
}
.block {
height: 23px;
clear:both;
margin-bottom:3px;
}
.header {
text-transform: uppercase;
margin-left:3px;
margin: 5px 0;
}
.kol label {
width:220px; float:left; line-height:23px;
}
.kol input {
width: 130px;
}
.data  label{
width:80px;
float:left;
line-height:23px;
}
.data input {
width: 170px;
}
.popup-back {
display:none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(../images/darkback.png) 50% 0 repeat;
z-index: 9;
cursor: pointer;
}
.popup-zakaz {
display:none;
position: fixed;
top: 50%;
margin-top:-100px;
right: 0px;
bottom: 0px;
left: 0px;
padding-top: 0px;
padding-bottom: 30px;
z-index: 50;
}
.popup {
position: relative;
margin: 0px auto;
text-align: center;
background: #FFF;
z-index: 11111;
}

.popup .inner-text {
padding: 32px 15px;
}
.popup .close {
position: absolute;
right: 10px; top: 10px;
width: 12px; height: 12px;
background: url(../images/cross.gif) 0 0 no-repeat;
}
.popup .close:hover {
background-position: -12px 0;
cursor: pointer;
}