#contactus label
{
	font-size:1.3em;
	font-weight: bold;
}
#contactus #fnameBox {	
	float: left;
	width: 215px;
	margin-left: 25px;
	margin-top:10px;
}
#contactus #fnameBox input[id="name"]
{
	height:16px;
	width:215px;
	margin-top: 3px;
}
#contactus #lnameBox {	
	float: left;
	width: 215px;
	margin-left: 25px;
	margin-top:10px;
}
#contactus #lnameBox input[id="lname"]
{
  height:16px;
  width:215px;
  margin-top: 3px;
}
#contactus #emailBox {	
	float: left;
	width: 215px;
	margin-left: 25px;
	margin-top:10px;
}
#contactus #emailBox input[id="email"]
{
  height:16px;
  width:215px;
  margin-top: 3px;
}

#contactus #scaptcha
{
  width:215px;
  height:16px;
  margin-top:3px; 
}
#contactus #scaptchaBox {
	float: left;
	width: 215px;
	margin-left: 25px;
	margin-top:10px;
}
#contactus #messageBox {
	float: left;
	width: 455px;
	margin-left: 25px;
	margin-top:10px;
	border-width: 0px;
	border-style: none;
}
#contactus textarea
{
  height:70px;
  width:455px;
  margin-top:3px; 
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   margin-top:3px;   
}
#contactus #submitBox {
	margin-top:20px;
	float: right;
	width: 125px;
}

#contactus input[type="text"]:focus,textarea:focus
{
	color: #333;
	font-weight:bold;
	background: #DAE2EB;
	outline:none;
}

/*===============  not used  ================*/

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}
#contactus .error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #910101;
	background-color: #CCC;
	width: 215px;
}
#contactus fieldset#antispam
{   
   width:215px;
}
#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}
#contactus .short_explanation
{
	font-family : Arial, sans-serif;
	font-size: .8em;
	color:#666;
}
/* 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;
}
