@charset "windows-1251";
/* CSS Document */


div.stars {
	width:1000px;
	margin:0px auto;
	position:relative;
	height: 0px;
}
div.stars a {
	position:absolute;
	display:block;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
	width:30px;
	height:30px;
	
	text-decoration:none;
}	

div.stars>a {background:url(../img/star.png) no-repeat;}

* html .stars a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/star.png')
}


.hint {
	position:absolute;
	display:block;
	font-size:16px;
	font-family: trebuchet ms;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:dashed 2px #FFFFFF;
}