.star-active {
	float: left;
	cursor: pointer;
	width: 18px;
	height: 17px;
}

.star-empty {
	background: url(../i/bg-stars.gif) no-repeat top left;
	width: 18px;
}

.star-voted {
	background: url(../i/bg-stars.gif) no-repeat bottom left;
	width: 18px;
}

.star-over {
	background: url(../i/bg-stars.gif) no-repeat bottom left;
	width: 18px;
}

div.psp-vote div.rating {
	padding-left: 5px;
	float: left;
	font-weight: normal;
}

div.psp-vote-title {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
