.UCRadioEntry {
	background-color: #F1F1E1;
	font-size: 8pt;
	width: 100%;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space:normal;
}
	
.UCRadioEntry INPUT {
	position: absolute;
	left: -1000px;
}

.UCRadioEntry LABEL {
	cursor: pointer;
	margin-left: 2px;
	margin-right: 10px;
	padding-left: 20px;
	min-width: 50px;
	overflow: hidden;
	display: block;
	float:left;
}
.UCRadioEntry LABEL.CheckSelected {
	background: url("Images/CheckSelected.gif");
	background-repeat: no-repeat;	
	background-position: left center;
}
.UCRadioEntry LABEL.CheckUnselected  {
	background: url("Images/CheckUnselected.gif");
	background-repeat: no-repeat;	
	background-position: left center;
}
.UCRadioEntry LABEL.RadioSelected {
	background: url("Images/RadioSelected.gif");
	background-repeat: no-repeat;	
	background-position: left center;
}
.UCRadioEntry LABEL.RadioUnselected  {
	background-image: url("Images/RadioUnselected.gif") ;
	background-repeat: no-repeat;	
	background-position: left center;
}