
#contactus input[type="text"]
{
  height:25px;
  width:320px;
  font-size: 12px;
  border: solid 1px #007F01;
  padding-left:10px;
  color:#dc2a0b;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus input[type="textarea"], textarea
{
  height:120px;
  width:510px;
  font-size: 12px;
  border: solid 1px #007F01;
  padding-left:10px;
  color:#dc2a0b;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #ffffff;
  border : 1px solid #FAFAFA;
  background-color : #007F01;
  padding-left:10px;
}
#contactus input[type="file"]
{
    display: block;
    color:#dc2a0b;
}

#contactus #scaptcha
{
    width:100px;
    height:30px;
    font-size: 12px;
}

#contactus .error
{
   font-size: 11px;
   color: #007F01;

}

#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-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   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;
}