/* --------------------------- Enquiry form --------------------*/
#enquiry_middle { width:355px; margin:15px auto 0 auto; padding: 30px 40px; border: 1px solid #d4d4d4; }
.enquiry-blk { clear:both; float:none; padding-bottom:10px; height:auto }
.form-label { width:100px; float:left }
.col { width:12px; text-align:center; float:left }
.enquiry-field { float:left; width:220px; border:1px solid #c1c1c1; padding:2px 10px  }
.inuptText, .inuptTextArea { width:100%; height:22px; background-color:#FFF; border:none }
.inuptTextArea { height:45px; }
.SBT-BTN {background-color: #7570b3; border: medium none; float: right; margin-left: 10px; padding: 8px 15px;
    text-transform: uppercase; color:#fff;}
.enquiry-radio_btn_wrap{ float:left; padding-bottom: 10px;}
.enquiry-radio_btn{ width:235px}
.text_main{font-size:10pt;}
@media screen and (max-width: 540px) {
#enquiry_middle { width:auto; padding:0; border:none }
.col { display:none; }
.form-label, .enquiry-field { clear:both; float:none; width:auto }
}