.starlight {
        align: right;
}


ul.starlist {
	list-style: none;
	margin: 2px;
	padding: 0px;
	width: 150px;
	height: 30px;
	position: relative;
        top: 0;
        left: 0;
	background: url(/rating/rating.gif) top left repeat-x;
} 

span.starmessage {
	margin: 2px;
	padding: 0px;
	width: 90px;
	height: 30px;
	position: relative;
        top: 0;
        left: 0;
} 


li.starlist {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
} 

li.current-rating {
	background: url(/rating/rating.gif) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

li.startlist.a {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}


li.starlist.a:hover {
	background: url(/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}


a.star-1:link {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
	left: 0px;
}
a.star-1:hover {
	width: 30px;
	background: url(/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
a.star-2:link {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
	left: 30px;
}
a.star-2:hover {
	width: 60px;
	background: url(/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
a.star-3:link {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
	left: 60px;
}
a.star-3:hover {
	width: 90px;
	background: url(/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
a.star-4:link {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
	left: 90px;
}
a.star-4:hover {
	width: 120px;
	background: url(/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
a.star-5:link {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
	left: 120px;
}
a.star-5:hover {
	width: 150px;
	background: url(/rating/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
