
TD {
	color : #7B0000;
	vertical-align: top;
	font-size : x-small;
}

TD.require {
	background-color : #EEEEEE;
	text-align : center;
	color : Red;
	vertical-align : top;
}

TD.head {
	white-space : nowrap;
}

TD.value {
	font-weight : bold;
}

TR {
	color : #7B0000;
}
TR.div {
	background-color : #7B0000;
}

INPUT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

INPUT.error {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
 background-color: #FF5050;
}

SPAN.error {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
 color : #FF0000;
}


