.highlight
{
	background-color:	#FFEFEF;
	border:				2px solid #FF7777;
}

.HeadRow
{  
	clear:				both;
	height:				20px;
	font-family:		Verdana, Times, serif;
	font-size:			11px;
	font-weight:		bold;
	color:				white;
	background-color:	#009BCA;
	line-height:		20px;
	padding:			5px;
}

.DivTable
{
	margin:				auto;
}

.DivRow
{
	clear:				both;
	padding:			5px;
}

.DivTh
{
	font-family:		Verdana, Times, serif;
	font-size:			11px;
	font-weight:		bold;
	text-align:			center;
	color:				white;
	background-color:	#009BCA;
	float:				left;
	line-height:		25px;
}

.DivTd
{  
	font-family:		Verdana;
	font-size:			11px;
	font-weight:		normal;
	color:				#000000;
	float:				left;
}

.FormLabel
{
	width:				33%;
}

.FormInput
{
	width:				67%;
}

.infoMsgInline {
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none;
	background-color: #FFFFD7;
	border: 1px solid #F9CA5D;
	padding: 3px;
	text-align: center;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
