/* For the contact page only, places the contact form in the correct place as it does not go in either column, also syles some of the text, and backgrounds for different fields by using classes */


form#contactForm  {
	width: 580px;
	padding: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
form#contactForm td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contactForm #reason1, #reason2, #dobDay, #month{
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textAlignTop {
	vertical-align: top;
}
.background {
	background-image: url(../images/flowers.gif);
	background-position: center;
	margin-right: 20px;
}
.mandatoryBackground {
	background-color: #FFFFCC;
}

