/**
 *
 * mForm v1.0
 * Lopulyak Oleg < ol_lo@ukr.net >
 * Created 10.02.2013
 * 
 */
/* Начало обязательные параметры */
.mform_bg{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	 
	display:none;
	z-index:800;
}
.mform_wrapper{
	position:fixed;
	display:none;
	z-index:999;
}
.mf_clear{
	clear:both;
}
input.name{
	display:none;
}
/* Конец  обязательные параметры */

.mform_wrapper{
	font-family:arial, sans-serif;
	font-size:14px;
	color:#777777;
	width:450px;
	background-color:#ffffff;
	border:1px solid #4F4F4F;
	border-radius:5px;
}
.mform_wrapper p{
	text-align:center;
	padding:10px 0 !important;
}
.mform_wrapper a{
	color:#777777;
}
.mform_wrapper a:hover{
	text-decoration:none;
}
.mform_header{
	text-align:center;
	padding:5px 0;
	margin:5px;
	background-color:#777777;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
}
.mform_wrapper table{
	width:100%;
	border-collapse:collapse;
}
.mform_wrapper table td{
	padding:7px 15px 7px 5px;
}
.mform_wrapper table td:first-child{
	padding:7px 0 7px 15px !important;
	width:110px;
}
.mform_wrapper table td input, .mform_wrapper table td textarea{
	width:100%;
	border:1px solid #777777;
	color:#828282;
	resize: none;
}
input.mf_error{
	border:1px solid #D91A19!important;
	color:#D91A19!important;
}
 .mform_wrapper table td textarea{
	height:50px;
 }
tr.mf_submit input{
	width:40% !important;
	margin:0 5% 7px 5%;
	float:left;
	color:#ffffff!important;
	background-color:#777777;
}
tr.mf_captcha_img img{
	margin:0 auto;
}
tr.infocus{
	background-color:#E8E8E8;
	font-weight:bold;
}