.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 21px;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star.first,
.star.last {
  width: 23px;
}
.cancel,
.cancel a {background: url(/images/delete.gif) no-repeat 0 -16x;}

.star,
.star a {background: url(/images/star.gif) no-repeat 0 0px;}
.star.first, .star.first a {background: url(/images/star-first.gif) no-repeat 0 0px;}
.star.last, .star.last a {background: url(/images/star-last.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border:1 solid #FF0000;	
}

.cancel { display: none; }

div.star.star_on a {
	background-position: 0 -20px;
}
div.star.star_hover a {
	background-position: 0 -40px;
}

/*
,
div.star a:hover
*/
