body {
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#ratingDiv{
width:85px;
height: 25px;

}

#ratBlocks{
width:172px;
height: 25px;
margin-top:-25px;
display:none;
}
#ratZero{
width:85px;
background: url(stars.png) repeat-x 0 0;
height: 25px;

}

#ratDone{
width:47px;
background: url(stars.png) repeat-x 0 -50px;
height: 25px;
margin-top:-25px;
}
#ratHover{
width:0px;
background: url(stars.png) repeat-x 0 -25px;
height: 25px;
margin-top:-25px;
cursor: pointer;
}