body,
td,
th
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
}

.NormalLabel
{
	text-align: right;
	font-weight:normal;
	width: 30%;
}

.SubmitCell
{
	text-align: center;
}

.CheckboxCell
{
	text-align: right;
}

.CheckboxLabel
{
	text-align: left;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

.locations th,
.locations td
{
	border-bottom: 1px solid #CCCCCC;
}

.locations th
{
	text-align: left;
	background: #CCCCCC;
}

.locations tr:HOVER td
{
	background: #FFFCA0;
}
.InputForm
{
	padding:10px
}