.CheckList
{
	border:inset 1px;
	padding:2px;
	overflow:auto;
	text-align:left;
	background:white;
}

.CheckList div
{
	display:block;
	text-indent:-28px;
	padding-left:28px;
}

.CheckList div.CheckListHighlight
{
	color:Blue;
}

.CheckList label
{
	margin-left:3px;
}
