/* 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(ajax/FilledStar.gif);
}

.emptyRatingStar {
    background-image: url(ajax/EmptyStar.gif);
}

.savedRatingStar {
    background-image: url(ajax/SavedStar.gif);
}
/*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;
}	
/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupDefault {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width: 570px;
	height: 500px;
}
.watermark {
	background: #FFAAFF;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}
/* Modal Popup */
.modal_close
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    background-color: #808080;
    text-align: right;
}
.modal_conteudo
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align:-moz-center; /* FF */
    #text-align:center; /*IE */
}