.styleRadio, .styleCheckbox {
	background-repeat: no-repeat !important;
	cursor: pointer;
	z-index: 10;
}

.styleRadio input, .styleCheckbox input {
	position: relative; 
	z-index: 0;
}

.styleRadio {
	background-image: url(../images/radio.png);
	float:left;
	margin-right:5px;
	height: 12px;
	overflow: hidden;
	vertical-align: bottom;
	width: 12px;
}

.styleRadio.rchecked {
	background-position: 0 -13px; /* Radio checked */
}

.styleCheckbox {
	background-image: url(../images/checkbox.png); /* Checkbox not checked */
	float:left;
	margin-right:5px;
	height: 12px;
	overflow: hidden;
	vertical-align: bottom;
	width: 12px;
	z-index: 10;
}
.styleCheckbox.cchecked {
	background-position: 0 -13px; /* Checkbox checked */
}