@CHARSET "UTF-8";
.cmedContactFormContainer { clear:both; width:100%; padding:10px; }
.cmedContactFormContainer #cmedcf-send-form-msg { color:green; padding:10px 0px; font-weight:bold; }
.cmedContactFormContainer .cmeb-contact-form-field { margin-bottom: 20px; }
.cmedContactFormContainer .cmeb-contact-form-field span.cmed-field-label { width:100%; }
.cmedContactFormContainer .cmeb-contact-form-field span.cmed-field-label .cmed-field-required { color:#cc0000; }
.cmedContactFormContainer .cmeb-contact-form-field span.cmed-field-description { clear:both; width:100%; float:left; }
.cmedContactFormContainer .cmeb-contact-form-field input[type="text"] { width:100%; height:40px; }
.cmedContactFormContainer .cmeb-contact-form-field input[type="number"] { width:100%; height:40px; }
.cmedContactFormContainer .cmeb-contact-form-field input[type="email"] { width:100%; height:40px; }
.cmedContactFormContainer .cmeb-contact-form-field input[type="tel"] { width:100%; height:40px; }
.cmedContactFormContainer .cmeb-contact-form-field input[type="date"] { width:100%; height:40px; padding: 2px; border: 1px solid #bbb; color: #4e4e4e; background-color: #fff; }
.cmedContactFormContainer .cmeb-contact-form-field textarea { width:100%; }
.cmedContactFormContainer .cmeb-contact-form-field select { width:100%; height:40px; }
.cmedContactFormContainer .cmeb-contact-form-field .cmed-radio-group label { display: block; }
.cmedContactFormContainer .cmeb-contact-form-field .cmed-radio-group input[type='radio'] { display: inline; margin:0 10px 0 0; }
.cmedContactFormContainer .cmeb-contact-form-field .cmed-checkbox-group label { display: block; }
.cmedContactFormContainer .cmeb-contact-form-field .cmed-checkbox-group input[type='checkbox'] { display: inline; margin:0 10px 0 0; }
.cmedContactFormContainer .cmeb-contact-form-button input[type="submit"] { cursor:pointer; padding:5px 10px; float:left; }
.cmedContactFormContainer .cmeb-contact-form-button #cmedcf-send-form-loader { float: left; margin-top: 5px; margin-left: 10px; }
.cmedContactFormContainer .cmedcf_g_recaptcha.error > div { border-bottom: 2px solid #FC5252; }