/* RatingControl */
.ratingStar {font-size: 0pt;width: 10px;height: 12px;margin: 0px;padding: 0px;cursor: pointer;display: block;background-repeat: no-repeat;}
.filledRatingStar {background-image: url(../images/icon_day_big.gif);}
.emptyRatingStar {background-image: url(../images/icon_day_big_gray.gif);}
.savedRatingStar {background-image: url(../images/icon_day_big.gif);}
/* End-RatingControl */
.filledFeedbackStar{background-image: url(../images/icon_star_5_v4.gif);}
.emptyFeedbackStar {background-image: url(../images/icon_star_OFF.gif);}
.savedFeedbackStar {background-image: url(../images/icon_star_5_v4.gif);}
.FeedbackStar {font-size: 0pt;width: 15px;height: 15px;margin: 0px;padding: 2px;cursor: pointer;display: block;background-repeat: no-repeat;}
