/* CSS Document */

 
.rateMe{padding:0px; margin:0px;}
.rateMe .on{background:url(../images/star_on.gif) no-repeat;cursor:pointer;}
.rateMe a{float:left;background:url(../images/star_off.gif) no-repeat;width:25px; height:24px;cursor:pointer;}
.ratingSaved{display:none;}
.saved{color:red; }


