@CHARSET "ISO-8859-1";

table.form {
	width: auto;
	background-color: #111111;
	border: solid #800000 1pt;
}

table.form td {
	padding: 3px;
}

table.form thead th.errorMessage {
	border: ridge #800000 2px;
	padding-left:3pt;
	padding-right: 3pt;
	background-color: yellow;
	color: black;
	font-weight: bold;
	width: auto;
}

table.form tbody td {
	padding-left: 5px;
	padding-right: 5px;
	border: #800000 0px ridge;
}

table.form tbody tr td.label {
	color: #AA0000;
	font-size: 10pt;
	font-family: Book Antigua;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 150px;
}

table.form tbody input, textarea, select {
	background-color: black;
	color: white;
	border-color: white;
	border-width: 1pt;
}

table.form tfoot tr td {
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

table.form tfoot tr td input {
	background-color: #990000;
	font-family: Verdana;
	color: white;
	font-size: 10px;
	width: auto;
}
