@import url("../../../css/mform.css");

.exform_wrapper.callback {width:360px; font:bold 16px arial; color:#000; background:#dceddb; border:2px solid #080; padding:8px 3px;}

.exform_wrapper.callback .exform_header {text-align:center; padding:5px 0; margin:5px; color: green; font-weight:bold;}
.exform_wrapper.callback .exform_addmsg {text-align:center; font-size:12px; margin:10px 0 0;}

.exform_wrapper.callback input[type="text"]:focus, .exform_wrapper.callback .exform_wrapper textarea:focus {background:#ffd;}
.exform_wrapper.callback .inpt_wrpr {margin:5px 0 5px -10px; padding:20px;}
.exform_wrapper.callback input[type="text"], 
.exform_wrapper.callback textarea {width:100%; border:1px solid #ccc; font-size:14px; padding:8px 4px; margin:2px 0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.exform_wrapper.callback textarea{height:50px; resize:none; font-family: Arial;}

.exform_wrapper.callback div.err {height:0; float:right; position:relative; left:0; top:11px;}

.exform_wrapper.callback .mf_submit {text-align:center; margin-top:7px;}
.exform_wrapper.callback .mf_submit .send_btn{width:45%!important; padding:7px; margin:0 7px 7px; font-size:20px; text-transform:uppercase; color:#fff!important; border:2px solid #080; background:#080; 
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}

.exform_wrapper.callback .exf_captcha input[type="text"], .exform_wrapper.callback .captcha_img {float:left;}
.exform_wrapper.callback .exf_captcha input[type="text"] {width:130px;}
.exform_wrapper.callback .captcha_img {width:160px; height:34px; margin:2px 0 0 4px;} 
#mf_captcha_callback {width:160px; border:solid 1px #ccc;}
.exform_wrapper.callback .exf_captcha a {display:block; width:32px; height:32px; float:right; margin:4px -10px 0 0; background:url(refresh.png);}

.exform_wrapper.callback.finmsg {width:400px; min-height:50px; padding:10px; position:absolute; left:50%; top:50%; margin:-60px 0 0 -200px;}
.exform_wrapper.callback.finmsg p{text-align:center;}
.exf_captcha {display: none;}
.close_btn {
	width: 20px!important;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('/exform/imgs/exit.png') no-repeat;
	background-size: 100%;
	border: none;
	cursor: pointer;
}

.close_btn:focus { outline: none; }

