.ratingLinks {
	visibility:hidden;
}
div.cancel {
	cursor:pointer;
	display:block;
	float:left;
	height:17px;
	overflow:hidden;
	text-indent:-999em;
	width:19px;
}
div.cancel a {
	background:url(/images/delete.gif) no-repeat 0 -17px;
	background-position:0 0;
	display:block;
	height:100%;
	width:19px;
}
div.rating {
	clear:both;
	cursor:pointer;
	display:block;
	margin:2em;
}
div.rating:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
	width:0;
}
div.star {
	background:transparent!important;
	cursor:pointer;
	display:block;
	float:left;
	height:17px;
	overflow:hidden!important;
	text-decoration:none;
	text-indent:-999em;
	width:19px;
}
div.star a {
	background:url(/images/star.gif) no-repeat 0 0;
	background-position:0 0;
	display:block;
	height:100%;
	text-decoration:none;
	width:19px;
}
div.star_hover a {
	background-position:0 -34px;
}
div.star_live a:hover {
	background-position:0 -34px;
}
div.star_on a {
	background-position:0 -17px!important;
}
div.star_readonly a {
	cursor:default!important;
}
div.star_readonly a:hover {
	cursor:default!important;
}