            #RateItBox
            {
	            display: none;
	            font-size: 9px;
	            overflow:hidden;
            }

            #aboveStars, #belowStars
            {
	            padding-left:5px;
	            padding-right:5px;
            }

            #starsLoading
            {
	            width:190px; 
	            font-size:9px;
	            overflow:hidden;
            }
            .star
            {
	            background-image: url(voteImage.gif);
	            background-repeat: no-repeat;
	            background-position:0px -28px;
	            height: 14px;
	            width: 17px;
	            padding-right: 2px;
	            float: left;
	            cursor: pointer;
	            overflow:hidden;
            }
            .starHover
            {
	            background-image: url(voteImage.gif);
	            background-repeat: no-repeat;
	            background-position:0px -14px;
	            height: 14px;
	            width: 17px;
	            padding-right: 2px;
	            float: left;
	            cursor: pointer;
	            overflow:hidden;
            }
            
            .starVoted
            {
	            background-image: url(voteImage.gif);
	            background-repeat: no-repeat;
	            background-position:0px 0px;
	            height: 14px;
	            width: 17px;
	            padding-right: 2px;
	            float: left;
	            cursor: pointer;
	            overflow:hidden;
            }            