/*
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 #scaptcha
{
  width:125px;
  height:30px;
  background-color: #e5e5e5;
  border: 0px;
	padding: 0px 0px 0px 15px;
	color: #9a9a9a;
	font-family: "Calibri";
	font-size: 16px;
	margin-bottom: 10px;
}
#contactus #scaptcha:focus
{
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  border:1px dotted #d4d3d3;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  color:#006d7c;

}






#contactus .error
{
   font-family: Calibri; 
   font-size: 12px;
   color: #900;
   ;
}





/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
