table.formTable th {
	border-bottom: 2px solid #406c9b;
	text-align: left;
	font-size: 13px;
	color: #ffffff;
}
table.formTable td {
	padding-right: 5px;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
}
table.formTable td.formField {
	border: none;
	width: 100%;
}
.formField {
	font-family: Verdana;
	font-size: 11px;
	color: #A7A7A7;
	background: #090909;
	border: 1px solid #232323;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
table.formTable td.required {
	width: 7px;
	font-family: Verdana;
	font-size: 10px;
	color: #ac2a31;
}
.formButton {
	background: #232323;
	border: 1px solid #2e2e2e;
	padding-left: 4px;
	padding-right: 4px;
	color: #A7A7A7;
}
#messageBox {
	z-index: 501;
	position: relative;
	top: 15%;
	background-color: #000000;
	width: 400px;
	border: 4px solid #406c9b;
	padding: 15px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
#messageHolder {
	z-index:500;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#messageBlockOut {
	z-index: 499;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #232323;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; 
}