﻿/****************************** Rating *****************************************/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url("../images/Rating/FilledStar.png");

}

.emptyRatingStar {
    background-image: url("../images/Rating/EmptyStar.png");
}

.savedRatingStar {
    background-image: url("../images/Rating/SavedStar.png");
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	