#contactUs p {
	text-align: center;
}

#contactUs #contactInfo {
	text-align: left;
	width: 300px;
	margin: 20px auto;
}

#contactUs #contactInfo h4 {
	font-size: .9em;
	font-weight: bold;
}

#contactUs #contactInfo p {
	text-align: left;
	margin-bottom: 10px;
}

#contactUs #contactForm fieldset {
	border: 1px solid #ccc;
}

#contactUs #contactForm fieldset legend {
	margin-left: 5px;
	padding: 10px 2px;
	color: #999;
}

#contactUs #contactForm label, #contactUs #contactForm input, #contactUs #contactForm select, #contactUs #contactForm textarea {
	display: block;
	float: left;
	margin: 5px;
}

#contactUs #contactForm input[type="text"] {
    width: 300px;
}

#contactUs #contactForm label {
	width: 150px;
	clear: both;
	text-align: right;
	position: relative;
	right: 10px;
	color: #666;
}

#contactUs #contactForm label.required {
	font-weight: bold;
	color: #c33;
}

#contactUs #contactForm input[type="submit"] {
	float: none;
	clear: left;
	margin-left: 165px;
	padding: 0 10px;
}

#contactUs .success, #contactUs .error {
	text-align: center;
	padding: 20px 0;
	background: #6c6;
	border: 1px solid #000;
}

#contactUs .error {
	background: #c33;
	color: #fff;
}