/*
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 {
   border:0px;
   border-style:solid;
   padding:0px;
   width:100%;
}

#contactus legend, h2
{
   font-family : helvetica, arial, verdana, sans-serif;
   font-size: 1.3em;
   font-weight:normal;
   color:#585858;
}

#contactus label
{
   font-family : helvetica, arial, verdana, sans-serif;
   font-size:0.8em;
   font-weight: normal;
}

#contactus input[type="text"],textarea
{
  font-family : helvetica, arial, verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #585858; 

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

#contactus textarea
{
  height:120px;
  width:220px;
}

#contactus input:focus,textarea:focus
{
  color : #585858;
  background-color : #D7D7D7;
  font-weight:normal;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: helvetica, arial, verdana, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #D7D7D7;
}


#contactus fieldset#antispam legend
{
   font-family : helvetica, arial, verdana, sans-serif;
   font-size: 0.8em;
   font-weight:normal;
   color:#D7D7D7;   
}

#contactus .short_explanation
{
   font-family : helvetica, arial, verdana, sans-serif;
   font-size: 0.6em;
   color:#585858;   
}

/* 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 : helvetica, arial, verdana, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}