.pnlRatingStatic div
{	
	position: absolute; 
	
	height: 25px; 
	width: 30px; 
	border: 1px solid;
	
	font-size: 12px;
	
	background-color:#FFFFFF;
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.pnlRatingStatic img
{	
	position: absolute;
	z-index: -1;
}

.pnlRatingStatic
{
	position: absolute;
	
	width: 145px; 
	height: 25px; 
	margin: 0px 0px 0px 0px;
	
	z-index: 1;
}

.pnlRating div
{	
	position: absolute; 
	
	height: 25px; 
	width: 30px; 
	border: 1px solid;
	
	font-size: 12px;
	
	background-color:#FFFFFF;
	opacity: 0.0;
	filter:alpha(opacity=0); 
}

.pnlRating img
{	
	position: absolute;
	z-index: -1;
}

.pnlRating
{
	position: absolute;
	
	width: 145px; 
	height: 25px;
	margin: 31px 0px 0px 13px;
	
	z-index: 1;
}

#pnlName
{
	position: absolute;
	
	color: #4c4c4d; 
	width: 185px; 
	margin: 55px 0px 0px 8px; 
	text-align: center;
	font-weight: bold;
	
	z-index: 1;
}

.pnlRatePopup img
{
	position: absolute;
}

.pnlRatePopup
{
	width: 204px; 
	height: 72px; 
	
	text-align: left; 
	
	visibility: hidden; 
	position: absolute; 
	
	padding: 0px 0px 0px 0px; 
	margin: 10px 0px 5px -125px;
	
	border: 0px solid #DDE6F3; 
    
    cursor:pointer;
    	
	/* Coiuld not use a background image because it flickers is ie when scolling over the stars */
	/* background-image: url('/images/rate-background.gif'); */
}