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

.exform_wrapper.mform {font-family:arial, sans-serif;font-size:14px;color:#777;width:500px;background-color:#fff;border:1px solid #4F4F4F;border-radius:5px;}
.exform_wrapper.mform p{text-align:center; padding:10px 0 !important;}
.exform_wrapper.mform a{color:#777;}
.exform_wrapper.mform a:hover{text-decoration:none;}
.exform_wrapper.mform .exform_header{text-align:center;padding:5px 0;margin:5px;background-color:#777;color:#fff;font-weight:bold;border-radius:5px;}
.exform_wrapper.mform table {width:100%;border-collapse:collapse;}

.exform_wrapper.mform table td {padding:7px!important; border:none!important;}
.exform_wrapper.mform table td:first-child{padding:7px 0 7px 15px !important; width:110px;}
.exform_wrapper.mform table td input[type="text"], 
.exform_wrapper.mform table td textarea {width:100%; border:1px solid #777; color:#828282; resize:none; padding:3px 0;}
.exform_wrapper.mform table td textarea{height:50px;}

.exform_wrapper.mform tr.mf_captcha_code td.cntnr {width:35%}
.exform_wrapper.mform tr.mf_captcha_img td.img {height:74px;}
.exform_wrapper.mform tr.mf_captcha_img img{margin:0 auto;}
#mf_captcha_mform{width:260px; border:solid 1px #ccc;}

.exform_wrapper.mform tr.mf_submit {text-align:right;}
.exform_wrapper.mform tr.mf_submit input{width:36%!important; float:rigt; padding:7px; margin:0 7px 7px; color:#fff!important; background-color:#777;}

.exform_wrapper.mform tr.infocus{background-color:#E8E8E8;font-weight:bold;}
.exform_wrapper.mform div.err {height:0; float:right; position:relative; left:0; top:3px;}
.exform_wrapper.mform label {display:block; padding-bottom:2px; font-weight:bold;}
.exform_wrapper.mform label b, .exform_wrapper.mform div.required b {color:red;}
.exform_wrapper.mform div.required {padding:7px; border:solid #ccc; border-width:1px 0; margin-bottom:7px;}

.exform_wrapper.mform.finmsg {width:400px; min-height:50px; padding:10px; position:absolute; left:50%; top:50%; margin:-60px 0 0 -200px;}
.exform_wrapper.mform.finmsg p{text-align:center;}