/* Form */
span.star-rating-control { display: inline-block; margin: 0 0 10px 0; }
div.rating-cancel,div.star-rating{float:left;width:17px;height:16px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.png) no-repeat 0 -16px; background-size: 16px;}
div.star-rating,div.star-rating a{background:url(../images/star.png) no-repeat 0 0px; background-size: 16px;}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
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(../images/star.png) 0 -32px repeat-x; background-size: 16px; 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: 0 !important; }