#contact-us-page form {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
}

#contact-us-page #main-content h2 {
   float: left;
   font-size: 22px;
   line-height: 30px;
}

#contact-us-page #main-content h3 {
	margin: 10px 0 0 0;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

#contact-us-page #main-content p {
	float: left;
}

#contact-us-page #form-sub-title {
	margin-top: 20px;
	color: #999;
}

#contact-us-page #contact-information a {
	color: #868686;
	text-decoration: underline;
}

#contact-us-page textarea {
	display: block;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#contact-us-page select {
	margin-bottom: 10px;
	width: 300px;
}

#contact-us-page #left-column form input,
#contact-us-page #left-column form select {
	height: 50px;
	width: 330px;
}