.rating_msg 
{
	display:none;
	width:121px;
	text-align:center;
	background-color:#fff1cf;
	font-weight:bold;
	color:#c2373f;
	position:absolute;
	left:-40px;
	top:-19px; 
	padding:1px 5px 0px 5px; 
	font-size:11px;
	_border-left:1px solid #222222;
	_border-top:1px solid #222222;
	_border-right:1px solid #222222;	
}

.rating_msg_control 
{
	display:none;
	width:120px;
	text-align:center;
	background-color:#fff1cf;
	font-weight:bold;
	color:#c2373f;
	position:absolute;
	left:0px;
	top:18px; 
	padding:1px 5px 0px 5px; 
	font-size:11px;			
}

.rate_header {
	width:130px;
	position:absolute;
	left:378px;	
	top:0px;	
}

.rate_control {
	width:130px;
	height: 18px;	
	position:relative;
	background:url(../images/framework/ratecontrol_bg.png);
	left:-1px;	
}

.rating, .rating_readonly {
	_cursor: pointer;
	margin: 2em;
	margin-top:5px;
	margin-left:3px;
	clear: both;
	display: block;
}

.rate_control .rating {
	margin-top:25px;
	margin-left:25px;
}

.rating:after, .rating_readonly:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	_cursor: pointer;
}
.cancel,
.cancel a {background: url(../delete.gif) no-repeat 0 -16px;}

.star,
.star a,
.star span {background: url(../images/rating/star.png) no-repeat 0 0px;}
	
.cancel a,
.star a,
.star span {	
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;	
}

div.rating div.on a, div.rating_readonly div.on a {
	background-position: 0 -16px;
}
div.rating div.on span, div.rating_readonly div.on span {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;	
}


