label.success, label.error{
	padding-left:20px;
	height:20px;
	background-repeat:no-repeat;
}

label.error{
	background-image:url(images/unchecked.gif);
	color:red;
}

label.success{
	background-image:url(images/checked.gif);
	color:green;
}
