

*html label.r_off { 
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bt_radio_no.png", sizingMethod="crop"); 
	position:relative;
}


*html label.r_on { 
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bt_radio_ok.png", sizingMethod="crop"); 
	position:relative;
}

label.r_on, label.r_off{
	width:14px; 
	height: 15px; 
}

*+html label.r_on, *+html label.r_off{
	margin-top: 0px;
}

*html label.r_on, *html label.r_off{
	margin-top: 0px;
}

label{
	display:block;
	float:left;
}
