.ddlLookALike
{
	font-weight: normal;
	cursor:default;
	font-weight:normal;

}
.ddlLookALikeHighlight
{
	background-color:#F8F8F8;
	font-weight:bold;
	cursor:pointer;
	color: #242aff;
}
.col1CheckBoxes
{	
	font-weight: normal;
	float:left;
	clear: left;
	width: 375px;
	margin-left: 5px;
}
.col1CheckBoxesHeader
{	
	float:left;
	clear: left;
	width:200px;
	margin-left: 5px;
}
.col2CheckBoxes
{	
	font-weight: normal;
	float:left;
	width:300px;
	margin-left: 5px;
}
.col2CheckBoxesHeader
{	
	float:left;
	clear: left;
	width:400px;
	margin-left: 5px;
}
.col1
{	
	font-weight: normal;
	float:left;
	clear: left;
	width:400px;
	margin-left: 5px;
}
.col1Header
{	
	float:left;
	clear: left;
	width:400px;
	margin-left: 5px;
}
.divDDLBoxNothing
{
	float:none;
	display:none;
	top:400px;
	left:10px;
	border-width:0px;
	border-style:groove;
	border-color:silver;
	background-color: #FFFFFF;
	font-weight: normal;
	
}
.divDDLBox
{
	font-weight: normal;
	display:block;
	top:400px;
	left:10px;
	border-width:1px;
	border-style:groove;
	border-color:silver;
	background-color: #FFFFFF;
	padding:3px;
}
.lnkLookALike
{
	font-weight: bold;
	cursor:default;
	float:left;
	text-decoration:underline;
}
.lnkLookALikeHighlight
{
	background-color:#F8F8F8;
	font-weight:bold;
	cursor:pointer;
	color: #242aff;
	float:left;
	text-decoration:underline;
}

.showNothing
{
	height:0px;
	width:0px;
}
.chkPanel
{
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	
}
.chkPanelUncheck
{
	
}
.ddlBox
{
	font-weight: normal;
	font-size:12px;
}
.divMiscInfoSection
{
	padding:5px;
	margin-bottom:1px;
	
}
.divInfoSection
{
	margin-left:15px;
}
.divInfoSectionHeader
{
	color:blue;
}
.errormessage
{
	color:red;
	font-size:12px;	
}
.divExplanation
{
	float:left;
}
#txtCaptcha
{
	margin:15px;
}
.colCaptcha
{	
	font-weight: normal;
	float:left;
	clear: left;
	width:700px;
	margin-left: 5px;
}
