div.StarRatingBox{
	width:80px;
	margin:3px;
	text-align:center;
}
div.Stars{
	height:15px;
	width:100%;
	text-align:center;
}
div.Message {
	color: #919191;
	text-align:center;
	font-size:10px;
	width:100%;
}
span.Message{
	color: #919191;
	font-size:10px;
}
a.starRatingOn{
	width:15px;
	height:13px;
	display:inline;
}
a.starRatingOff{
	width:15px;
	height:13px;
	display:inline;
}
a.starRatingOn:hover, a.starRatingOff:hover{
	width:15px;
	height:13px;
	display:inline;
}
