div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/empty.jpg);
	width:16px;
	height:14px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(images/voted.jpg);
	width:16px;
	height:14px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(images/full.jpg);
	width:16px;
	height:14px;
	overflow:hidden;
}
.rating_count td{
	color: #999;

}
.vote-result{
	font-size: 13px !important;
	padding-left: 7px;
}
