










#contactus fieldset
{
   width:500px;
   padding:20px;
   border:0px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;   
}

#contactus legend, h2
{
  
   font-size: 16px;
   font-weight:bold;
   color:#000;
}

#contactus label
{
   font-size:12px;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{

  font-size: 12px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: 1px solid #c7c8c1;
	border-left: 1px solid #c7c8c1;
	background: #e2e1d7 url(../img/dark-bg-noise.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 

}

#contactus input[type="text"]
{
  height:24px;
  width:400px;
   margin-top:5px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:24px;
}



#contactus textarea
{
  height:120px;
  width:400px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
   margin-top:5px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #000;
  border : 1px solid #CCC;
  background-color : #FFF;
  font-weight:bold;
}

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

#contactus .error
{
   
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#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: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   
   font-size: 10px;
   color:#F00;   
}

/* 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: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}