﻿#rateStatus
{
float:left;
clear:both;
width:100%;
height:20px;
}

#rateMe li
{
float:left;
list-style:none;
}

#rateMe a:hover, #rateMe .on
{
background:url(../images/starOn.jpg) no-repeat;
}

#rateMe a
{
float:left;
background:url(../images/starOff.jpg) no-repeat;
width:32px; 
height:33px;
}
    
#ratingSaved
{
display:none;
}

.saved
{
color:red; 
}