.rating {cursor: pointer;float:left;margin-right:4px}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.starRpta {visibility:hidden;display:none}
.cancel, .star {
	float: left;
	width: 11px;
	height: 10px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
/*.cancel, .cancel a {background: url(../img/delete.gif) no-repeat 0 -16px;}*/
.star, .star a {background: url(../img/stars.png) no-repeat 0px 0px}
.cancel a, .star a {
	display: block;
	width: 14px;
	height: 10px;
	background-position:0px 0px;
}
div.rating div.on a, div.rating div.hover a, div.rating div a:hover {background-position:0px -10px}
