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