/*
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 #signup). So, including this
stylesheet does not affect the other elements at all!
*/
#contactus 
{
  padding: 0px 0px 0px 0px;		
}


#contactus input[type="text"]:focus
{
  border: 1px solid #990000;
  background-color : #ffff99;
	font-size: 14px;
}
#contactus input[type="text"],
#contactus select
{
  border: 1px solid #999999;

	font-size: 14px;
}


#contactus .error
{
   font-family:  Arial, sans-serif;   
   color: #900;
   background-color : #ffff00;
  
}

#contactus #scaptcha
{
  width:60px;
  
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   
   padding: 5px 0px 0px 0px;
}
#contactus .short_explanation a
{

   

}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}


/* 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;
}
#scaptcha_img
{

border: 1px solid #cccccc;
width:140px;
height:45px;
}
#scaptcha
{
margin: 3px 10px 0px 0px;

}

