
.contentSection
{
	margin-bottom:10px;
}
.Row
{
	clear:both;
	padding-top:6px;
}
.Row label
{	
	width:135px;
	font-size:0.8em;
	color:#003366;
	font-weight:bold;	
}
.Label
{	
	float:left;
	width:135px;
	font-size:0.8em;
	color:#000;
	font-weight:bold;	
}
.TextBox
{
	float:left;
	width:175px;
	margin-right:5px;
	background-color:#EEEEEE;
}
.Button
{
	background-color:#A10811;
	color:White;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:230px;
}
.ValidationMessage
{
	font-size:0.70em;
	color:#aa3333;
}
.ErrorMessage
{
	float:left;
	font-size:0.8em;
	color:#aa3333;
	font-weight:bold;
}
.InstructionMessage
{
	font-size:0.70em;
	color:#666666;
}

.Title
{	
	float:left;
	font-size:0.8em;
	color:#000;
	font-weight:bold;
	text-decoration: underline;	
}

.red
{	
	
	font-size:0.8em;
	color:#aa3333;
	font-weight:bold;
		
}