body {
	margin:0; color:#333; background: #EEE;
}

#contactus {
	font-family : Arial, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
}

#contactus textarea, input, fieldset#antispam {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}

#contactus textarea, input {
	box-shadow: 1px 1px 0 1px #999; 
}

#contactus h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #700;
	text-align: center;
	margin: 5px 0 30px 0;
}

#contactus label {
	font-weight: bold;
}

#contactus input[type="text"], textarea {
	line-height: 125%;
	color: #333; 
	background: #ccc;
	padding: 3px; 
	border: none;
}

#contactus input[type="text"] {
	height:18px;
	width: 250px;
}

#contactus #scaptcha {
	width:60px;
	height:18px;
}

#contactus input[type="submit"] {
	width: 140px;
	height:	30px;
	float: right;
	margin: 12px 2px 0 0;
	cursor: pointer; 
	color: #eee;
	background: #700;
}

#contactus input[type="submit"]:hover {
	font-weight: bold;	
	background: #B00;
}

#contactus textarea {
	height: 140px;
	width: 366px;
}

#contactus input[type="text"]:focus,textarea:focus {
	color: #700;
	background-color: #bbb;
	font-weight:bold;
}

#contactus .container {
	margin: 0 0 10px 2px;
}

#contactus .error {
	font-size:0.8em;
	color: #F00;
	height: 16px;
/*	background-color : #ffff00;   */
}

#contactus fieldset#antispam {
	padding: 6px 4px 0 12px;
	width: 354px;
}

#contactus fieldset#antispam legend {
	color: #333;
	font-weight:bold;
}

#contactus .short_explanation {
	color: #A00;
	margin-bottom: 18px;   
}

/* 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.5em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p {
    display:none;
}