@CHARSET "ISO-8859-1";

span.frmTitle {
	font-size:10px;
}

span.frmHiddenMessage {
	font-size:10px;
	color:#ff0000;
	text-align:left;
	visibility:hidden;
}

input.submit {
	color:#ffffff;
	background-color:#000000;
	border:solid 0px silver;	
}

input.frmInput {
	background-color:#e6e6e6;
	border:solid 1px #e6e6e6;
	color:#4B4B4B;
	width:250px;
	font-size: 12px;
	font-family:futura, Tahoma;
}

input.frmInputselected {
	background-color:#e6e6e6;
	border:solid 1px #e6e6e6;
	color:#4B4B4B;
	width:250px;
	font-size: 12px;
	font-family:futura, Tahoma;
}

textarea.frmInput {
	background-color:#e6e6e6;
	border:solid 1px #e6e6e6;
	color:#4B4B4B;
	height:100px;
	width:250px;
	font-size: 12px;
	font-family:futura, Tahoma;
}

textarea.frmInputselected {
	background-color:#e6e6e6;
	border:solid 1px #e6e6e6;
	color:#4B4B4B;
	height:100px;
	width:250px;
}

td.tabCell {
	vertical-align:top;
	text-align:right;
}

td.info {
	font-size:12px;
	color:#ffffff;
}
