#callback_l, #callback, #courier-order { display: none; width: 600px; }

.fancybox-inner {
	padding:10px 0px !important;
	overflow:hidden !important;
}

label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
font-family: Arial, Tahoma, sans-serif; 
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: 500px; 
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: red; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

.sends { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: none;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#C7021E)); 
background: -moz-linear-gradient(top, #C00000, #C7021E); 
background: -webkit-linear-gradient(top, #C00000, #C7021E);
background: -o-linear-gradient(top, #C00000, #C7021E);
background: -ms-linear-gradient(top, #C00000, #C7021E);
background: linear-gradient(top, #C00000, #C7021E);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000', endColorstr='#C7021E'); 
}
.sends:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#C7021E), to(#C00000)); 
background: -moz-linear-gradient(top,  #C7021E, #C00000); 
background: -webkit-linear-gradient(top, #C7021E, #C00000);
background: -o-linear-gradient(top, #C7021E, #C00000);
background: -ms-linear-gradient(top, #C7021E, #C00000);
background: linear-gradient(top, #C7021E, #C00000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7021E', endColorstr='#C00000');
}
.sends:active {
color: white; 
background: -webkit-gradient(linear, left top, left bottom, from(#C00000), to(#C7021E)); 
background: -moz-linear-gradient(top, #C00000, #C7021E); 
background: -webkit-linear-gradient(top, #C00000, #C7021E);
background: -o-linear-gradient(top, #C00000, #C7021E);
background: -ms-linear-gradient(top, #C00000, #C7021E);
background: linear-gradient(top, #C00000, #C7021E);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00000', endColorstr='#C7021E'); 
}

#inline p, #zvonok-footer p, #kurier-footer p {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 7px;
}