/*
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!
*/

#contactus fieldset
{
   float: left;
   width:98%;
   padding-bottom: 0%;
   border:none; 
   margin-left: -2%;
}

#contactus fieldset legend{display: none;}
   

p{font-family: Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;font-size: 1em;color: #fff;line-height: 1.4em; -webkit-text-size-adjust: none;}

a {color: #000;text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {text-decoration: none;}

#contactus label{font-family: Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased; color: #fff;font-size: 1em; -webkit-text-size-adjust: none;}

#contactus input[type="text"],textarea
{
  font-family: Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 1em;
  line-height:140%;
  color : #333; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
	height:18px;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color : #fff;
	color: #333;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px; 
   background-color: #f7531e;
}

#contactus input:hover[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px; 
   background-color: #000;
}

#contactus textarea
{
	height:120px;
	width:100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color : #fff;
	color: #333;   
}

#contactus input[type="text"]:focus,textarea:focus
{
  
  border : 1px solid #666;
  background-color: #fff;
  color: #333;
}

#contactus textarea:focus {
	background-color: #fff;
	color: #333;
border : 1px solid #666;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: .813em;
}

#contactus .error
{
  font-family: Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;
   -webkit-text-size-adjust: none;
   font-size: .813em;
   color: #900;
   background-color : none;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
   
}

#contactus fieldset .container select { font-size: 1em; color: #333;}

#contactus fieldset#antispam legend
{
   font-family: Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;
   -webkit-text-size-adjust: none;
   font-size: 0.813em;
   color:#333; 
   
}

#contactus .short_explanation
{
  font-family: Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;
   -webkit-text-size-adjust: none;
   font-size: .813em;
   color:#fff; 
  
}

/* 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: Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;
   -webkit-text-size-adjust: none;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20); 
    
}
#fg_crdiv p
{
    display:none;
}





@media screen and (max-width: 480px)

{	

#contactus fieldset {width:94%; max-width: 94%; margin-left: -4%;}
}



