div.stars {
	position: relative;
	height: 20px;
	width: 130px;
	float: left; 
	padding: 0px;
	line-height: 20px;
}

div.review_star {
	background-image: url(images/review/star_outline.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	padding-right: 2px;
	float: left;
	text-decoration: none;
}

div.review_star_solid {
	background-image: url(images/review/star_solid.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	padding-right: 2px;
	float: left;
	text-decoration: none;
}

div.review_star_partial {
	background-image: url(images/review/partial_star.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	padding-right: 2px;
	float: left;
	text-decoration: none;
}

.review_field
{
	background-color: #f8f8f8;
	padding: 8px;
	width: 450px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 10px;
}

.review_product
{
	background-color: #f8f8f8;
	padding: 8px;
	width: 578px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 10px;
}

.review_instructions
{
	color: #666666;
	FONT: 12px Arial; 
	TEXT-DECORATION: none; 
}

.redstar
{
	color: red; 
	font: 14pt Arial;
	font-weight: bold;
}
