﻿.normaltxt
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	
}
.normaltxt a
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;	
}
.textbox
{
	font-family:Arial;
	font-size:11px;
	width:160px;
	color:#000000;
	border:solid 1px #000000;
	
	}
	
.drop_div
{
	
color:#000000;
width:250px;
border:solid 1px #99ccff;



}

.modalBackground {
	/*background-color:#D5D5D5;*/
	background-color:#B3B3B3;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	width:500px;
	height:300px;
	
}

.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/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}
.Greybg {
background-color:#DCDCDB;
border:1px none;
color:#000000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:45px;
text-align:center;
}

