.custom-radio{
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	z-index: 1;
	top: 3px;
	background: url("../img/customRadio/radio.png") no-repeat;
}
/*
.custom-radio:hover{            
	background: url("../img/customRadio/radio-hover.png") no-repeat;
}
*/
.custom-radio.selected{
	background: url("../img/customRadio/radio-selected.png") no-repeat;
}
.custom-radio input[type="radio"]{
	margin: 1px;
	position: absolute;
	z-index: 2;            
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
