.contactForm {
	margin-bottom: 5px;
	display: block;
	width: 365px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #E9EAEB;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	height: 598px;
}

.pageBody {
	margin-bottom: 5px;
	display: block;
	width: 230px;;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 35px;
	background-color: #fff;
	margin-top: 5px;
	float: left;
	background-image: url('../../UserFiles/site_layout/contactBack.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	font-size: 11px;
	height: 448px;
}

.formRow {
	display: block;
	margin-bottom: 5px;
	clear:  both;
}

.formRow label {
	display: block;
}

.formRow input[type="text"] {
	display: block;
	width: 360px;
	border: 1px solid #165A66;
	background-color: #fff;
}

.formRow textarea {
	display: block;
	width: 360px;
	height: 55px;
	border: 1px solid #165A66;
	background-color: #fff;
}

.latestCourses {

	height: 583px;

}

.formRow option {
	font-size: 9px;
}