#rating {
  margin: 0 0 1px 0;
  padding: 0;
  width: 80px;
  height: 16px;
  position: relative;
  background: url('/images/selfRating/star_off.png') repeat-x;
  cursor: pointer;
}

#rating div#rated
{
  height: 16px;
  background: url('/images/selfRating/star_on.png') repeat-x;
}

#ratingBar div p {
    margin:0;
    font-size:11px;
}
