/*
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 input,textarea
{
  width:99%;
}

#contact-form #scaptcha
{
  width:60px;
  height:18px;
}

#contact-form .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color:#FF9F40 ;
   background-color :#170101;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contact-form .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;
}