﻿/* CSS layout */
.formField {
	background-color: #ECFBEC;
	border: 1px green solid;
	width: 90%;
}
.formButton{
	font-size: larger;
}
div.formLabelCell {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	float: left;
	width: 175px;
	padding: 7px 5px;
}
div.formFieldCell {
	text-align: left;
	white-space: nowrap;
	margin-left: 181px;
	padding: 7px 5px;
}
div.formFooterCell {
	text-align: center;
	padding: 5px 5px 10px 5px;
}
p.errorMessage {
	color: maroon;
	font-weight: bold;
}