@charset "utf-8";
/* 
	Author: Jake Lazado
	Date: 02 February 2009
	Description: Stylesheet for StarRating.
*/
div.star_div {
	width: 100px;
	cursor: pointer;
}

div.star_div img {
	margin: 0px 0px -3px -2px;
	border: none;
	cursor: pointer;
}

