table.formTable {
	font-family: Verdana;
	margin-top: 4px;
	color: #929496;
}

table.formTable th {
	text-align: left;
	font-size: 13px;
	color: #ffffff;
}
table.formTable td {
	padding-right: 5px;
	text-align: right;
	font-size: 11px;
	color: #929496;
}
table.formTable td p {
	text-align: left;
}
table.formTable td.formField {
	border: none;
	width: 100%;
}
.formField {
	font-family: Verdana;
	font-size: 11px;
	color: #929496;
	background: #000000;
	border: 1px solid #808285;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
table.formTable td.required {
	width: 7px;
	font-family: Verdana;
	font-size: 10px;
	color: #b43725;
}
.formButton {
	color: #929496;
	background: #000000;
	border: 1px solid #808285;
	padding-left: 4px;
	padding-right: 4px;
}
#videoSWF {
	width:383px;
	height:325px;
	background-color: #000000;
}
#messageBox {
	z-index: 801;
	position: relative;
	top: 15%;
	background-color: #000000;
	width: 400px;
	border: 4px solid #b43725;
	padding: 15px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #929496;
}
#messageHolder {
	z-index:800;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#messageBlockOut {
	z-index: 799;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
}
