﻿body {
}
.ratingStar {
    font-size: 0pt;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(../RatImages/yellowstar.png);
    width:50px;
        height:150px;
}
.emptyRatingStar {
    background-image: url(../RatImages/whitestar.png);
    width:50px;
        height:150px;
}
.savedRatingStar {
    background-image: url(../RatImages/redstar.png);
    width:50px;
        height:150px;
}