label {
	background-position:0 center;
	background-repeat:no-repeat;
	clear:both;
	cursor:pointer;
	display:block;
	padding: 2px 0 2px 22px ;
	width: 200px;
}

.checked {
	background-color:#fefefe;
	background-image:url('../images/cb_on.gif');
}

.selected {
	background-color:#fefefe;
	background-image:url('../images/cb_on.gif');
}

.unchecked {
	background-color:#ffffff;
	background-image:url('../images/cb_off.gif');
}

.unselected {
	background-color:#ffffff;
	background-image:url('../images/cb_off.gif');
}