.VOTA
{
text-align:center; 
}

.VOTA span
{
  padding: 3px;
  color: #777;
  font-weight: bold;
  line-height:25px;
}

.VOTA #STAR_RATING 
{
  margin: 0 auto 0 auto;
  padding: 0px;
  height: 25px;
  width: 125px;
  list-style: none;
  line-height:25px;
}

.VOTA #STAR_RATING a
{
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  background-image: url('star-off.gif');
  background-repeat: no-repeat;
  cursor: pointer;

}

.VOTA #STAR_RATING a.on
{
  background-image:url('star-on.gif');
}


