body
{
	font-family: Arial;
}

th
{
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

.errors
{
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.fieldError
{
	display: inline-block;
	background-image: url('images/exclamation.png');
	background-repeat: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
}

.hidden
{
	display: none;
}

.labelError
{
	color: red;
}