div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

#callback_modal_back { 
	background: #000000;
	display: none;
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 8000;
	opacity:0.8;
}

#callback_modal { 
	background: url("/bitrix/templates/blue/images/callback.gif") repeat-x;
	box-shadow:1px 1px 3px #000;
	display: none;
	height: auto;
	margin: 0px;
	padding: 10px;
	position: fixed;
	width: 350px;
	z-index: 8100;
	color:#fff;
}

#callback_modal #callback_close p { 
	cursor: pointer;
	float: right;
	font: 700 20px/10px "Arial";
	height: 10px;
	margin: -2px 0px 0px;
	text-align: center;
	text-decoration: none;
	width: 10px;
	color:#fff;
}
#callback_head {
	font-size:16px;
	font-weight:700;
	text-align:center;
	color:#fff;
}
.form_callback input[type=submit] {
	background: url("/bitrix/templates/blue_exp/images/parentMBG.png") repeat-x;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px 10px;
}
.form_callback input[type=submit]:active {
	border: 1px solid #C9C9C9;
}
.form_callback td {
	font-weight:800;
	font-size:14px;
}