
#contactus fieldset
{
/*		margin-top:20px;
margin-left:auto;
	margin-right:auto;
   width:200px;
   padding:20px;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;*/
} 
#contactus legend, h2
{
	font-family: 'Muli', Verdana;	
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   float:left;
   display:block;
	font-family: 'Muli', Verdana;	
   color:#9f9d9b;
   font-size:1.2em;
   font-weight: bold;
   margin-right:5px;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 

/*  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
*/
}

#contactus input[type="text"]
{
  float:left;
  height:18px;
  width:90%;

/*  border : 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;  */ 
  
}

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

#contactus input[type="submit"]
{
float:right;
margin-top:0;
   width:34px;
   height:175px;
   padding-left:0px;
   background: url(../images/send.jpg) no-repeat;
   cursor:pointer;
   border: none;	
}
#contactus textarea
{
  float:left;
  margin-top:0px;
  height:170px;
  width:90%;
/*  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px; */ 
}

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

#contactus .container
{
   text-align:right; 
   width:100%;
   margin-top:0px;
  /* border: 1px solid #000000;
   margin-bottom: 10px;*/

/*   border:Blue thin solid;
*/
}
#contactus .error
{
	float:left;
   font-family: Verdana, Arial, sans-serif; 
   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:300px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;
   border:none;
}

#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;
}
