form#contactus {
	background: #f3f3f3 url('form-bg.gif') top left repeat-x;
	padding: 20px;
	margin: 0;
	margin-top: 0;
	border: 1px solid #f1f1f1;
	font-family: verdana;
	font-size: 11px;
}

form#contactus .linewrap {
	clear: both;
	padding: 11px;
	padding-right: 0px;
}	

form#contactus .linewrap.on {
	clear: both;
	padding: 10px;
	padding-right: 0px;
	background: #ffffff;
	border: 1px solid #cccccc;
}	

#whoDiv label {
	float: left;
	width: 300px;
	font-weight: normal;
}

form#contactus label {
	float: left;
	width: 160px;
	font-weight: bold;
}

form#contactus #whoDiv label {
	float: left;
	margin-top: 1px;
  width: 335px;
	font-weight: normal;
}

#Lcontent form#contactus #whoDiv label {
  width: 210px;
}

form#contactus #whoDiv input {
	float: left;
	text-align: left;
	width: 20px;
}


form#contactus input.text {
	font-family: verdana;
	background: #ffffff;
	font-size: 11px;
	float: left;
	width: 200px;
}

form#contactus input.text.textarea {
	height: 50px;
}
