table.formTable th {
	border-bottom: 2px solid #49921c;
	text-align: left;
	font-size: 13px;
	color: #1d5262;
}
table.formTable td {
	padding-right: 5px;
	text-align: right;
}
td.formField {
	border: none;
	width: 200px;
}
.formField {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #1d5262;
	width: 100%;
}
td.required {
	width: 7px;
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}
.formButton {
	border: 1px solid #697283;
	padding-left: 4px;
	padding-right: 14px;
	color: #45010e;
}
#messageBox {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #EDA3CB;
	z-index: 101;
	position: relative;
	top: 15%;
	background-color: #ffffff;
	width: 400px;
	border: 4px solid #EDA3CB;
	padding: 15px;
	text-align: center;
	color: #45010e;
}
#messageHolder {
	z-index:100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#messageBlockOut {
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1d5262;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; 
}
.error {
	font-family: Tahoma;
	font-size: 8pt;
	color: #DD68A7;
	display:none;
}
