@charset "utf-8";

/* Contact Us */
#contact{
}
#contact .firstParagraph{
	background-color: #EEEAEA;
	padding: 15px;
	margin: 0px;
}
#contact .bigStrong{
	font-size: 13px;
}
#contactTable{
	padding-top: 20px;
}
.formName{
	padding-right: 20px;
}
.tableData{
	padding-bottom: 15px;
}
#contact form{
	background-color: #f9fafd;
	padding: 20px;
	min-height: 200px;
	margin-bottom: 3px;
}
#contact input[type='text']{
	width: 249px;
	background-color: #f2f5f8;
	border: 1px solid #c8deee;
}
#contact #subReset{
	text-align: right;
}