#rating_chooser .rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}
#rating_chooser .rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
#rating_chooser .cancel,
#rating_chooser .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
#rating_chooser .cancel,
#rating_chooser .cancel a {background: url(/static/images/review_rating_star_delete.gif) no-repeat 0 -16px;}

#rating_chooser .star,
#rating_chooser .star a {background: url(/static/images/review_rating_star.gif) no-repeat 0 0px;}
	
#rating_chooser .cancel a,
#rating_chooser .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border:1 solid #FF0000;	

}

#rating_chooser div.star_on a {
	background-position: 0 -32px;
}
#rating_chooser div.star_hover a,
#rating_chooser div.star a:hover {
	background-position: 0 -16px;

}

#rating_chooser label { padding-top: 0; }
