.form-block{
    margin-top: 30px;
}

img { border: 0; }

a { color: #3a51b2; text-decoration: none; }
a:hover { text-decoration: underline; }



#inline { display: none; width: 600px; }

label { margin-right: 12px; margin-bottom: 9px; color: #646464;}


#sButton {
	background:#ff0000;
	border:2px solid #fff;
	border:2px solid #fff;
	border:2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:0em 0em 0.5em rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0em 0em 0.5em rgba(0, 0, 0, 0.5);
	box-shadow:0em 0em 0.5em rgba(0, 0, 0, 0.5);
	font-size:18px;
	position:absolute;
	top: -29px;
	right: 44px;
	z-index: 1;
}

#sButton a {
	text-decoration:none;
	border:0;
}
#sButton .s_button {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:9px 12px;
}
.txt { 
display: inline-block; 
color: #676767;
width: 491px; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txt_fio { 
display: inline-block; 
color: #676767;
width: 530px; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txt_tel { 
display: inline-block; 
color: #676767;
width: 503px; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 580px; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #dee5f0;
display: block;
cursor: pointer;
font-size: 1.2em;
border: none;
outline: none;
border-radius: 5px;
background: #ff0000; 

}
#send:hover {
background: #db0507; 

}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}