/*
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:94%;padding-bottom: 0%;border:none; margin-left: -2%}

#contactus legend{display: none;}
   

p{font-family :Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased;font-size: 1em;color: #666;line-height: 1.4em; -webkit-text-size-adjust: none;}

a {color: #666;text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {text-decoration: none;}

#contactus label{
	font-family : 'Roboto', sans-serif;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	font-size:0.75em;
	-webkit-text-size-adjust: none;
	color: #666;
}

#contactus input[type="text"],textarea
{font-family : Arial, Helvetica, sans-serif;line-height:-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: none;font-size: 1em;line-height:140%;color : #666; padding : 3px; border : 1px solid #666;-moz-border-radius: .25em;-webkit-border-radius: .25em;-khtml-border-radius: .25em;border-radius: .25em;}

#contactus input[type="text"]{height:18px;width:100%;-moz-border-radius: .25em;-webkit-border-radius: .25em;-khtml-border-radius: .25em;border-radius: .25em;background-color : #fff;color: #666;}

#contactus #scaptcha{width:100px;height:20px;background-color : #fff;}

#contactus input[type="submit"]{width:100px;height:30px;padding-left:0px;color: #666;-moz-border-radius: .25em;-webkit-border-radius: .25em;-khtml-border-radius: .25em;border-radius: .25em;background-color: #59484e; color: #fff; -webkit-appearance: none; }

#contactus input:hover[type="submit"]{width:100px;height:30px;padding-left:0px;color: #fff;-moz-border-radius: .25em;-webkit-border-radius: .25em;-khtml-border-radius: .25em;border-radius: .25em;background-color: #ffF; color: #59484e; -webkit-appearance: none; }

#contactus textarea{height:120px;width:100%;-moz-border-radius: .25em;-webkit-border-radius: .25em;-khtml-border-radius: .25em;border-radius: .25em;background-color: #fff;color: #666;}

#contactus input[type="text"]:focus,textarea:focus{color : #666;border : 1px solid #026197;background-color: #fff;color: #666;}

#contactus textarea:focus {background-color: #fff;color: #666;border : 1px solid #026197;}

#contactus .container{margin-top:0px;margin-bottom: 10px;}

#contactus .error{font-family : Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: none;font-size: 0.7em;color: #900;}

#contactus fieldset#antispam{padding:4px;border: 0;width:350px;}

#contactus fieldset#antispam legend{font-family : Open Sans, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: none;font-size: 0.8em;color:#F00;}

#contactus .short_explanation{font-family :Arial, Helvetica, sans-serif;line-height: normal;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: none;font-size: 0.6em;color:#5d383f;}

/* 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;
}


