﻿.emailForm {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}
.inputLabel {
	display: block;
	float: left;
	width: 130px;
	margin: 2px 10px 0px 0px;
	font-size: 8pt;
	text-align: right;
}

.inputBox, .inputWatermark {
	text-align: left;
	width: 440px;
	color: #000000;
	border: 1px solid #8B8B8B;
	margin: 0px 0 3px 0px;
	padding: 2px 0px 2px 4px;
}
textarea.inputBox {
	height: 120px;
}
/* make drop-downs the same height as text boxes */
select.inputBox {
	padding: 1px;
}

.validation {
	color: Red;
	display: block;
	position: absolute;
	border: 1px solid Red;
	padding: 2px 4px 2px 4px;
	background-color: #f8f2b6;
	font-size: 8pt;
}
.required {
	color: Red;
}

