/* lists */
TABLE.list TR.heading TD {
	font-weight: bold;
	padding-right: 20px;
}

TABLE.list TR.row TD {
	padding-right: 20px;
}

TABLE.list TR.row:Hover TD {
	background-color: #eeeeee;
}

SPAN.required {
	color: red;
}
