/*
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!
*/





form#contactus input[type="text"] {
  width: 220px;
  border: 1px solid #cccccc;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
font-size:11px;
}

form#contactus textarea {
border: 1px solid #cccccc;
  width: 220px;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
font-size:11px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
  font-size:11px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   color:#ffffff;
   font-size:11px;

}



#contactus input[type="text"]:focus,textarea:focus
{
  color : #ffffff;
  border : 1px solid #333333;
  background-color : #268da0;
  font-weight:bold;
}

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

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.8em;
   color: #268da0;
   background-color : #ffffff;
}


#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 1em;
   font-weight:bold;
   color:#333;   
}



/* 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, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}