@import url("../../../css/mform.css");

.exform_wrapper.new_contact_form {width:360px; font-family: 'PT Sans', sans-serif; font-size:20px; color:#000; background:#fff; border:none; padding:36px 31px 0; border-radius:0;}

.exform_wrapper.new_contact_form .exform_header {text-align:center; padding:5px 0; margin:5px; color: #ad030d; text-transform:uppercase;}
.exform_wrapper.new_contact_form .exform_addmsg {text-align:center; font-size:12px; margin:10px 0;}

.exform_wrapper.new_contact_form input[type="text"]:focus, .exform_wrapper.new_contact_form .exform_wrapper textarea:focus {background:#ffd;}
.exform_wrapper.new_contact_form .inpt_wrpr {margin:5px 0 5px -10px; padding:20px 20px 0;}
.exform_wrapper.new_contact_form input[type="text"], 
.exform_wrapper.new_contact_form textarea {
	  font-size: 15px;
  border: 1px solid #ccc;
  padding: 0px 7px;
  margin: 0;
  border-radius: 0;
  height: 25px;
  text-align: left;
 
  margin: 5px;
  width: 95%;
  font-family: 'PT Sans', sans-serif;
}
.exform_wrapper.new_contact_form textarea{height:50px; resize:none; font-family: Arial;}

.exform_wrapper.new_contact_form div.err {height:0; float:right; position:relative; left:0; top:11px;}

.exform_wrapper.new_contact_form .mf_submit {text-align:center; margin-top:7px;}
.exform_wrapper.new_contact_form .mf_submit .send_btn{   
	/*opacity: 0.5;*/
  background: #ad030d;
  cursor: default;
  font-weight:bold;
  color:white;
  padding:5px 11px;
  border-radius:0px;
  border: 0;
  margin-bottom: 20px;
 }
.exform_wrapper.new_contact_form .exform_addmsg a{
	font-size: 12px;
}
.exform_wrapper.new_contact_form .exf_captcha input[type="text"], .exform_wrapper.new_contact_form .captcha_img {float:left;}
.exform_wrapper.new_contact_form .exf_captcha input[type="text"] {width:130px;}
.exform_wrapper.new_contact_form .captcha_img {width:160px; height:34px; margin:2px 0 0 4px;} 
#mf_captcha_new_contact_form {width:160px; border:solid 1px #ccc;}
.exform_wrapper.new_contact_form .exf_captcha a {display:block; width:32px; height:32px; float:right; margin:4px -10px 0 0; background:url(refresh.png);}

.exform_wrapper.new_contact_form.finmsg {width:400px; min-height:50px; padding:10px; display: block;}
.exform_wrapper.new_contact_form.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; }

.lab{
	font-size:13px;
}