label.r_off { 
	background: url(../img/radio.png) no-repeat left; 
}

*html label.r_off { 
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/radio.png", sizingMethod="crop"); 
}

label.r_on  { 
	background: url(../img/radio_checked.png) no-repeat left;
}

*html label.r_on { 
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/radio_checked.png", sizingMethod="crop"); 
}

label.r_on, label.r_off{
	width:14px; 
	height: 15px; 
	margin-top: 5px;
	padding-right:15px;
}

*+html label.r_on, *+html label.r_off{
	margin-top: 3px;
}

*html label.r_on, *html label.r_off{
	margin-top: 3px;
}

label{
	display:block;
	float:left;
}

