
.input_cb
{border: 1px solid #81A6BE;
color: #000000;
background: #fff;
outline: 0;
padding: 5px 10px;
border-radius: 5px;
font-family: arial;
width: 175px;}

#layer_form {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#form_border {
	position: absolute;
	z-index: 1001;
	width: 29px;
	height: 33px;
	/*display: none;*/
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 1001;
	background: #ffffff;
	border: 1px solid #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#form_vopros {
	position: absolute;
	z-index: 999999;
	width: 288px;
	height: 350px;
	overflow: hidden;
	display: none; 
	/*opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
	font-size: 12px;
	line-height: 1.3;
}

 
 

#form_vopros #bg_top { 
	width: 288px; display:none; visibility:hidden;
}

#form_vopros #bg_left {
	 display:none; visibility:hidden;
	height: 280px; 
	float: left;
}

#form_vopros #bg_right { 
	height: 280px;  display:none; visibility:hidden;
	float: right;
}

#form_vopros #form_cb {
background: #358ACC;
height: 210px;
width: 249px;
float: left;
position: relative;
border-radius: 8px;
box-shadow: 0px 0px 7px #000000;
margin: 10px;
}
#form_vopros #form_cb form {
	margin: 0;
}
#form_vopros #form_cb .powered {
	position: absolute;
	bottom: 0;
	right: 6px;
	text-align: right;
	font-size: 11px;
	font-family: Tahoma, Arial;
}
#form_vopros #form_cb .powered a {
	color: #ccc;
}

#form_vopros #form_cb .field_input {
	margin: 0 0 0 0;
}

 

#form_vopros #form_cb .field_input span {
margin: 0 0 0 28px;
color: #fff;
font-size: 16px;
line-height: 21px;
}

#form_vopros #form_cb .field_input .input_fon {
margin: 0 auto;
width: 200px;
}

#form_vopros #form_cb .field_input .input_fon .input_cb {
 
}
.field_kcaptcha span {
display: block;
margin: 0 0 0 29px;
color: #fff;
font-size: 16px;
line-height: 23px;
}
.field_kcaptcha img {
	float: right; 
	margin-right: 27px;
border-radius: 5px;
}
 

#form_vopros .input_kcaptcha .input_cb_kcaptcha {
border: 1px solid #81A6BE;
color: #000000;
background: #fff;
outline: 0;
padding: 5px 10px;
font-family: 'Open Sans', Arial, Tahoma, Verdana, Helvetica;
border-radius: 5px;
margin-left: 28px;
width: 60px; 
}

#form_vopros #form_cb #field_submit input {
padding: 5px 21px;
background: #C4C4C4;
border-radius: 5px;
}

#form_vopros #form_cb #field_submit {
	margin: 10px 0 0 30px;
}

#form_vopros #bg_bottom { 
	width: 288px; display:none; visibility:hidden;
}

#form_vopros #form_close {
	text-align: right;
	margin: 5px 9px 0 0;
}
#form_vopros .clr {
	clear: both;
	height: 0px;
}