
div.bigstars div.rateit-range
{
    background: url(star-white32.png);
    height: 32px;
}

div.bigstars div.rateit-hover
{
    background: url(star-gold32.png);
}

div.bigstars div.rateit-selected
{
    background: url(star-gold32.png);
}

div.bigstars button.rateit-reset
{
    background: url(minus-circle-gray.png);
    width: 32px;
    height: 32px;

}

div.bigstars button.rateit-reset:hover, .rateit button.rateit-reset:focus {
    background: url(minus-circle.png);
}

.rateit-reset {display:none !important;}