
#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;
}

span.form_title
{
    font-family: georgia, sans-serif;
    font-size: 24px;
    color: #3c4652;
    margin: 0 0 11px 20px;    
}

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

body div#form_vopros1 {
	height: 43px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}

#form_vopros #bg_top {
	background: url('../images/fon_top.png') no-repeat transparent;
    background: url('../images/form_tp.png') no-repeat transparent;
	height: 20px;
	width: 358px;
}

#form_vopros #bg_left {
	background: url('../images/fon_left.png') no-repeat transparent;
    background: url('../images/form_lt.png') no-repeat transparent;
	height: 226px;
	width: 9px;
	float: left;
}

#form_vopros #bg_right {
	background: url('../images/fon_right.png') no-repeat transparent;
    background: url('../images/form_rt.png') no-repeat transparent;
	height: 226px;
	width: 9px;
	float: right;
}

#form_vopros #form_cb {
	background: url(../images/form_ctr.png) no-repeat;
	height: 226px;
	width: 340px;
	float: left;
	position: relative;
}
#form_vopros #form_cb form {
	margin: -15px 0 0;
}

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

#form_vopros #form_cb .field_input span {
	margin: 0 0 0 40px;
}

#form_vopros #form_cb .field_input .input_fon {
    background: url('../images/form_input.png') scroll 21px 0 no-repeat transparent;
	width: 296px;
	height: 25px;
	padding: 4px  0 4px 25px;
	margin: 0;
}

#form_vopros #form_cb .field_input .input_fon .input_cb {
	background: none;
	border: none;
	height: 19px;
	width: 290px;
	padding: 0px;
	margin: 0px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #818182;
}

#form_vopros #form_cb .field_input .textarea_fon {
    background: url('../images/form_textarea.png') scroll 21px 0 no-repeat transparent;
	height: 54px;
	padding: 4px  0 4px 25px;
	margin: 0;
}

#form_vopros #form_cb .field_input .textarea_fon textarea {
	background: none;
	border: none;
	height: 55px;
	width: 290px;
	padding: 0px;
	margin: 0px;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #818182;
    resize: none;
}

.field_kcaptcha span {
	display: block;
	margin: 0 0 0 40px;
}
.field_kcaptcha img {
	float: right;
	margin-right: 43px;
}
.input_kcaptcha {
	background: url('../images/input_kcaptcha.gif') scroll 50px 0 no-repeat transparent;
	height: 21px;
	padding: 4px  0 4px 56px;
	margin: 22px 0 0 0;
	float: left;
	width: 57px;
}

.input_kcaptcha .input_cb_kcaptcha {
	background: #ffffff;
	border: none;
	height: 19px;
	width: 46px;
	padding: 0px;
	margin: 0;
}

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

#form_vopros #bg_bottom {
	background: url('../images/fon_bottom.png') no-repeat transparent;
    background: url('../images/form_btn.png') no-repeat transparent;
	height: 21px;
	width: 358px;
}

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

input.form_send
{
    width: 157px;
    height: 37px;
    border: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 0 3px;
    background: url(../images/send_sprite.png) no-repeat;
}

input.form_send:hover{
    background-position: -155px 0;
}