/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #quotation). So, including this
stylesheet does not affect the other elements at all!
*/
#enquiry_form{ font-family: 'Oswald', "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
#enquiry_form h1{ font-size:21px; color: #fff; text-align:center; background:#0a6db7; font-weight:normal; padding:8px 0;}

.enquiry_box{ background:#f4faff; border:1px solid #0a6db7; padding:10px; font-size:15px;}
.enquiry_box span{ color:#0a6db7;}

#enquiry_form #contactus label{ width:100%;}
#enquiry_form #contactus input[type="text"]{ width:100%;}
#enquiry_form #contactus textarea{ height: 100px; width:100%;}
#enquiry_form #contactus .container_contact{ border-top:0px;}

#enquiry_property{ width:70%; margin:0px auto;  margin-top:50px;}

#enquiry_property #contactus label{ width:100%;}
#enquiry_property #contactus input[type="text"]{ width:100%;}
#enquiry_property #contactus textarea{ height: 100px; width:100%;}
#enquiry_property #contactus .container_contact{ border-top:0px;}

.red_alert{ color: #F00; font-size:11px; padding:0px 5px;}

#contactus{ float: none; padding:0 0px; margin:0px 0px; background:#fff; text-align:left;}

#contactus .container_contact{ min-height:auto; }
#contactus fieldset{ width:100%; border:0px; padding:0px; margin:0px;}
#contactus label{ font-size:15px; line-height:24px; float:left; width:20%; white-space:nowrap; font-weight:normal;} 
#contactus input[type="text"],textarea
{
  color : #000; 
  padding : 3px; 
  border : 1px solid #aeaeae;}

#contactus input[type="text"]
{
  height:24px;
  width:76%;  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
   border-radius: 0px;
   padding:2px;
   border-radius: 50px;
  
}
.service_request { float: left; width:80%;}

#contactus select
{
  height:30px;
  width:76%;  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
   border-radius: 0px;
   padding:2px; border:1px solid #aeaeae;
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   font-size:17px;
    display:block;
   color:#FFF; padding:10px 35px; border:0px;
   margin:0px auto; cursor: pointer;
   background:#00bcd4; 
   color:#fff;
   font-family: 'Oswald', "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#contactus input[type="submit"]:hover
{ background: #096db7;}
#contactus textarea
{
   height: 100px;
  width:76%;
  border-radius: 12px;
  }

#contactus input[type="text"]:focus,textarea:focus
{
  color : #329b91;
  border : 1px solid #75cfc6;
  background-color : #f0f8fa;
  font-weight:bold;
}

#contactus .container_contact
{ border-top:1px dotted #ccc; padding:10px 0px;
}
.bg_odd{ background:#f9f9f9}

#contactus .error{  font-size:12px;  color: #F00;display: block;line-height: 12px; margin:0 0 0 20%;}
#contactus .notice
{
	font-size:12px; line-height:30px; padding-left:15px;
   color: #333;
}
#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

.short_explanation
{
   
   font-size:12px;
   color: #FF0000;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{   
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 800px) {
#contactus label{ font-size:15px; line-height:30px; float:left; width:26%; white-space:nowrap} 
#contactus input[type="text"]
{
  height:24px;
  width:70%;  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
   border-radius: 0px;
   padding:2px;
  
}
#contactus textarea
{
   height: 100px;
  width:70%;  }
#enquiry_property{ width:100%;margin-top:20px;}

}