/*
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 div { padding:0px; margin:0px;}

#scaptcha_img { width:70px; display:block;float:left;height: 25px;margin-right: 10px;}

.error { display:block;}

.container-cap {float: left;width: 100%;margin:5px 0px 0px 0px !important;}

#contactus label
{
   font-family : Arial, sans-serif;
}

#contactus input[type="text"],textarea
{

  font-size: 14px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #ccc;
}



#contactus input[type="text"]
{
  height:18px;
  width:220px;  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   padding:4px 6px;
   text-transform:uppercase;
   margin-top:20px;
}

#contactus textarea
{
  height:140px;
  width:95%;
}




#contactus input[type="text"]:focus,textarea:focus
{
  color : #000;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{

   font-size: 12px;
   color: #900;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{

   font-size: 14px;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{

   font-size: 10px;
   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-size: 10px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}