.black_screen{
width: 100%;
height: 100%;
position: fixed;
background: rgba(0, 0, 0, 1.0);
}
.conv_block{
width: 873px;
height: 514px;
margin:0 auto;
background: url('/bitrix/templates/dvs/images/konvert.png') 0 0 no-repeat;
}
.form_left{
width: 250px;
float: left;
position: relative;
top: 130px;
left: 60px;
}
.form_right{
width: 460px;
float: left;
position: relative;
top: 128px;
left: 95px;
}
.text_h2{
font-family: Georgia;
color: #545455;
font-size: 16px;
font-style: italic;
line-height: 20px;
}
.text_h{
font-family: Georgia;
color: #344e78;
font-size:22px;
font-style: italic;
}
.z1{
margin: 0;
line-height: 24px;
}
.z2{
margin: 0;
line-height: 24px;
}
.sub_text{
font-family: Georgia;
color: #545455;
margin: 10px 0 5px 0;
font-size:13px;
font-style: italic;
}
.sub_text span{
color: #9c4e57;
}
.form_text{
width:400px;
border: 1px solid #ADADAD;
box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
margin: 0 0 8px;
height: 20px;
padding: 2px 3px;
}
.form_textarea{
width:400px;
border: 1px solid #ADADAD;
box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
margin: 0 0 8px;
height: 120px;
padding: 2px 3px;
resize: none;
}
.form_button{
padding: 5px;
font-weight: bold;
float: right;
margin-right: 52px;
background: rgba(206, 206, 206, 0);
border: 1px solid #9c4e57;
color: #9c4e57;
font-family: Georgia;
font-style: italic;
font-size: 11px;
}
.form_button:hover{
border: 1px solid #344e78;
color: #344e78;
}