﻿.hiddenlabel
{
	visibility: hidden;
}

label.error
{
	background: url( "/CSS/icon/unchecked.gif" ) no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
	font-size: medium;
	color: #EA5200;
}

label.checked
{ 
	background: url( "/CSS/icon/checked.gif" ) no-repeat;
}