#contactus {
	width: 581px;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 20px;
	float: left;
	height: 100%;
	min-height: 600px;
}

#contactus a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

#contactus a:hover {
	text-decoration: underline;
}

#contactus .name, 
#contactus .content {
	padding: 0px 20px;
}

#contactus .name {
	color: #1989bc;
	font-weight: bold;
	font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
}
#contactus .name {
	font-size: 28px;
	line-height: 90%;
	margin-bottom: 10px;
}

#contactus .content .inputField {
	border: 1px solid #cccccc;
}

#contactus .content .inputFieldFocus {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
}

#contactus .content td {
	padding-bottom: 6px;
	vertical-align: top;
	font-size: 11px;
}

#contactus .content select {
	background-color: #D5EAFF;
	font-size: 11px;
}

#contactus .content .inputText {
	height: 80px;
	width: 260px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

#contactus .content .signup {
	border: 4px solid #cccccc;
	background-color: #E7EABB;
	padding: 10px;
	margin: 10px 0px;
	font-size: 11px;
}
#contactus .content .contact_plate {
	margin-bottom: 20px;
}
#contactus .content .contact_plate td {
	background-color: #eeeeee;
	padding: 5px;
}

#contactus .content .contact_plate .label {
	background-color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 10px;
	margin-bottom: 10px;
	width: 290px;
}

#contactus .content .contact_plate .label strong {
	font-size: 12px;
}

#contactus .content .contact_plate .list_item {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contactus .content .contact_plate .list_item li {
	margin-top: 10px;
	padding-left: 10px;
}
#contactus .content .contact_plate .list_item li strong {
	display: block;
}

#contactus .content .inputTextFocus {
	height: 80px;
	width: 260px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
}
