.checked {
	background-image:				url( "checkOn.png" );
	background-position:			right top;
	background-repeat:				no-repeat;
	padding-right:					23px;
}

.unchecked {
	background-image:				url( "checkOff.png" );
	background-position:			right top;
	background-repeat:				no-repeat;
	padding-right:					23px;
}

label.selected {
	background-image:				url( "radioOn.png" );
	background-position:			right top;
	background-repeat:				no-repeat;
	padding-right:					23px;
}

label.unselected {
	background-image:				url( "radioOff.png" );
	background-position:			right top;
	background-repeat:				no-repeat;
	padding-right:					23px;
}
