

body
{
	font-family: Arial;
}

.ButtonDefault
{
	font-weight: bold;
	background-color: #EA493F;
	color: #ffffff;
}

.Label
{
	font-weight: bold;
	font-size: 10pt;
	width: 80px;
}

.Error
{
	font-weight: bold;
	font-size: 10pt;
	color: #EA493F;
}

.FieldRequired
{
}

.Title
{
	font-weight: bold;
	font-size: 14pt;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
}