/*
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
{
   width:100%;
   padding: 0px;
   border:0;
  
}

#contactus legend, h2
{
}

#contactus label
{
   font: normal 11px Arial, Helvetica, sans-serif; padding:0 0 0 8px; margin: 0; line-height:1.4em; color:rgba(255,255,255,0.7);
}

#contactus input[type="text"],textarea
{
  font-family : 'Raleway',Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height:140%;
  color : #000; 
  padding : 9px; 
  background:#eee;
  border : 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:213px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;

}

#contactus input[type="submit"]
{
   width:60px;
   height:30px;
   padding-left:0;
   border-radius:5px;
}

#contactus textarea
{
  height:80px;
  width:212px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #000;
  border : 0;
  background-color : #fff;
  font-weight:normal;
}

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

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #009900;
   background-color : #F5F5F5;
}

#contactus fieldset#antispam
{
   padding:2px 2px 0px 0px;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:290px;
}

#contactus fieldset#antispam legend
{
font:14px "Fauna One", "Century Gothic", Arial; color:#777;margin-bottom:1px; padding-top:10px;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   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;
}