.stars,
.stars a:hover,
.stars .onecurrent,
.stars .twocurrent,
.stars .threecurrent,
.stars .fourcurrent,
.stars .fivecurrent  {
	background: url(images/star.gif) 0 0 repeat-x;
}
.stars {
	margin: 3px auto;
	position:relative;
	width:120px;
	height:18px;
	overflow:hidden;
	list-style:none;
	padding:0;
}
.stars li{
	display: inline;
}
.stars a,
.stars .onecurrent,
.stars .twocurrent,
.stars .threecurrent,
.stars .fourcurrent,
.stars .fivecurrent {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:18px;
	line-height:18px;
	overflow:hidden;
	border: none;
}
.stars a:hover{
	background-position: left bottom;
}


.stars a.onestar{
	width:20%;
	z-index:6;
}
.stars a.twostar{
	width:40%;
	z-index:5;
}
.stars a.threestar{
	width:60%;
	z-index:4;
}
.stars a.fourstar{
	width:80%;
	z-index:3;
}
.stars a.fivestar{
	width:100%;
	z-index:2;
}

.stars li.onecurrent{
	width:20%;
	z-index:1;
	background-position: left bottom;
}
.stars li.twocurrent{
	width:40%;
	z-index:1;
	background-position: left bottom;
}
.stars li.threecurrent{
	width:60%;
	z-index:1;
	background-position: left bottom;
}
.stars li.fourcurrent{
	width:80%;
	z-index:1;
	background-position: left bottom;
}
.stars li.fivecurrent{
	width:100%;
	z-index:1;
	background-position: left bottom;
}

#comment {
margin-left: 15px;
margin-top: -3px;
}

.submitbtn {
	margin-left: 25px;
	width: 115px;
	height: 25px;
    border: none;
    background: url(images/submit_btn.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size:8pt;
}