
.rating-box ul {
	margin: 0;
	padding: 5px;
}

.rating-box li {
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	color: #F0F0F0;
	text-shadow: 0 0 1px #666666;
	font-size: 20px;
}

.rating-box .highlight, .rating-box .selected {
	color: #F4B30A;
	text-shadow: 0 0 1px #F48F0A;
}

.star-rating-box {
	border: #E4E4E4 1px solid;
	margin: 10px 0px;
}

.star-rating-count {
	border-top: #E4E4E4 1px solid;
	font-size: 0.8em;
	padding: 2px 5px;
	background: #f9f9f9;
	color: #828181;
}