/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 30px;
    height: 29px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Img/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Img/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Img/SavedStar.png);
}


/*rounded corner*/

.roundcont {
	width: 600px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.png) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*Textbox Watermark*/

.unwatermarked {
	height:20px;
	width:180px;
	padding:0px 0 0 0px;
}

.watermarked {
	height:20px;
	width:180px;
	padding:0px 0 0 0px;
	color:Gray;
}	