div.smallstars div.rateit-range, span.smallstars span.rateit-range
{
    background: url('/img/star-white-small.png');
    height: 13px;
}
 
div.smallstars div.rateit-hover, span.smallstars span.rateit-hover
{
    background: url('/img/star-gold-small.png');
}

div.smallstars div.rateit-selected, span.smallstars span.rateit-selected
{
    background: url('/img/star-gold-small.png');
}

div.bigstars, span.bigstars
{
    cursor: pointer;
}

div.bigstars div.rateit-range, span.bigstars span.rateit-range
{
    background: url('/img/star-white-big.png');
    height: 13px;
}
 
div.bigstars div.rateit-hover, span.bigstars span.rateit-hover
{
    background: url('/img/star-gold-big.png');
}

div.bigstars div.rateit-selected, span.bigstars span.rateit-selected
{
    background: url('/img/star-gold-big.png');
}

.rateit button.rateit-reset {
    background: url("/img/delete.gif") repeat scroll 0 0 transparent!important;
}

div.smallstars div.rateit-reset
{
    background: url(star-black32.png);
    width: 32px;
    height: 32px;
}
 
div.smallstars div.rateit-reset:hover
{
    background: url(star-white32.png);
}
.rateit button.rateit-reset{display:none!important;}