/*
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 #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

.contact-form-container{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	width:90%;

}

#contactus fieldset
{
	
  
}

#contactus legend, h2
{
   font-family:ralewayextralight;
   font-size:15px;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family:ralewayextralight;
   font-size:14px;
   font-weight: bold;
   color:#595a5c;
}

#contactus input[type="text"],textarea
{
  font-family:ralewayextralight;
  font-size:14px;
  line-height:140%;
  color: #000; 
  padding: 3px; 
  border: 1px solid #939598;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:35px;
  width:100%;
  font-family:ralewayextralight;
  font-size:15px;
  color: #000; 
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
   background-color:#ffffff;
   margin-top:5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:140px;
   height:40px;
   padding-left:0px;
   font-family:ralewayextralight;
   font-size:15px;
   color:#ffffff;
   
   background-color:#296dbb;
   cursor:pointer;   
}

#contactus textarea
{
  height:120px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
   background-color:#ffffff;
   margin-top:5px;    
    
}

#contactus input[type="text"]:focus,textarea:focus
{
  color: #595a5c;
  border: 1px solid #f3a300;
  background-color : #f1f1f1;
  font-weight:bold;
}

#contactus .formcontainer
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family:ralewayextralight;
   font-size:14px;
   color: #595a5c;
   background-color : #ffff00;
}

#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-family:ralewayextralight;
   font-size:14px;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family:ralewayextralight;
   font-size:12px;
   color:#333;
   padding-top:20px;   
}

/* 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-family:ralewayextralight;
   font-size:14px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}