
span.star-rating-control { 
    display: inline-block;
    margin: 0 0 10px 0;
    height: 16px;
}

div.rating-cancel, div.star-rating{
    float:left;
    width:16px;
    height:16px;
    text-indent:-999em;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden
}

div.rating-cancel, div.rating-cancel a{
    background:url(../images/delete_16.gif) no-repeat 0 -25px;
    display:block;
    width:16px;
    height:100%;
    background-position:0 0px;
    border:0
}

div.star-rating, div.star-rating a{
    background:url(/wp-content/plugins/custom-ratings/images/stars/4_ox_green/stars_16.png ) no-repeat 0 0px;
    display:block;
    width:16px;
    height:100%;
    background-position:0 0px;
    border:0
}

div.star-rating-on a{
    background-position:0 -42px!important
}

div.star-rating-hover a{
    background-position:0 -21px
}

div.rating-cancel.star-rating-hover a{
    background-position:0 -16px
}

div.star-rating-readonly a{
    cursor:default !important
}

div.star-rating{
    background:transparent!important;
    overflow:hidden!important
}

/* Rating */
div.rating { 
    width: 80px; 
    height: 16px; 
    margin: 5px 0 10px 0; 
}
div.crfp-rating { 
    width: 80px;
    height: 16px; 
    background: url(/wp-content/plugins/custom-ratings/images/stars/4_ox_green/stars_16.png ) 0 -42px repeat-x; 
    text-indent: -9999px; 
    overflow: hidden; 
}

div.crfp-rating-5 { width: 80px !important; }
div.crfp-rating-4 { width: 64px !important; }
div.crfp-rating-3 { width: 48px !important; }
div.crfp-rating-2 { width: 32px !important; }
div.crfp-rating-1 { width: 16px !important; }
div.crfp-rating-0 { width: 80px !important; 
    background: url(/wp-content/plugins/custom-ratings/images/stars/4_ox_green/stars_16.png ) 0 0px repeat-x !important; 
}