.hover {
	background: url('../images/star.png'); 
	z-index: 1;
}

span.star_1 {
	float: left;
	cursor: pointer;
}

span.star_2 {
	float: left;
	cursor: pointer;
}

span.star_3 {
	float: left;
	cursor: pointer;
}

span.star_4 {
	float: left;
	cursor: pointer;
}

span.star_5 {
	float: left;
	cursor: pointer;
}

.clearleft {
	clear: left;
}

div.vote { 
	display: block;
	width: 120px;
	padding-top: 10px;
	height: 16px;
	margin: 0;
}

.floatleft {
	float: left;
}

.highlight {
	font-family: Arial, sans-serif;
	font-size: 14px;
	position: relative;
	bottom: 9px;
	color: #93784b;
	font-weight: bold;
}

.star_rating {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #93784b;
	float: left;
	width: 200px;
	position: relative;
	top: 10px;
}

img.vote {
	border: 0;
}