.contactLabel {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	color: #F05B00;
	padding: 0px 10px 0px 0px;
}

.infoPanel .contactLabel {
	color: #336699;
	font-size: 11px;
	font-weight: normal;
}

.contactText {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
}

.infoPanel .contactText {
	color: #336699;
}

span.contactUsForm {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#666666;
	padding:0px 0px 20px 0px
}

.infoPanel span.contactUsForm {
	color: #336699;
}

label.contactUsForm {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.infoPanel label.contactUsForm {
	font-weight: normal;
	color: #336699;
}


input.contactForm {
	width: 236px;
	height: 19px;
	line-height: 16px;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(/image/control/contact_us/input_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px none white;
	color: #333333;
}

textarea.contactForm {
	width: 236px;
	height: 120px;
	line-height: 16px;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
	background-attachment: scroll;
	background-image: url(/image/control/contact_us/textarea_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px none white;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}