/* Form Styles */
select.Text {
	width:						340px;
}
input.Text {
	width:						340px;
}
textarea.Text {
	width:						340px;
	height:						150px;
}
.noborder {
	width:						15px;
	border:						0px;
	background-color:			#FFFFFF;
	vertical-align:				center;
}
/* Form Large */
.FormLeft {
	width:						234px;
	height:						18px;
	float:						left;
	clear:						both;
	text-align:					left;
	margin:						4px 0 0px 0;
}

.FormRight {
	width:						340px;
	float:						left;
	text-align:					left;
	margin:						2px 0 2px 0;
}

.FormFooter {
	width:						537px;
	float:						left;
	padding-top:				15px;
	height:						18px;
	text-align:					center;
}

/* Input Styles */
input, select, textarea {
	background-color:			#FFFFFF;
	border:						1px solid #AAAAAA;
}
/* Other */
.ContactContainer {
	width:						500px;
}
