a.star{
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin: 0px;
}
ul.rating{
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 16px !important;
	display: inline;
}
ul.rating li{
	list-style: none;
	display: inline;
	clear: none;
	height: 16px;
	width: 16px;
	text-indent: -999em;
	font-size: 10pt;
	background: url("star.gif");
	cursor: pointer;
	margin: 0px;
	overflow: hidden;
}
#voting label{
	display: inline-block;
	width: 50px;
	text-align: right;
	margin-right: 10px;
	margin: 0px;
}
li.hover, li.beforeSelected{
	background-position: 0 16px !important;
}
li.selected{
	background-position: 0 32px !important;
}
li.afterHover{
	background-position: 0 0px !important;
}
li.beforeHover{
	background-position: 0 16px !important;
}
