	body { 
		font: 80% 'trebuchet ms',helvetica,sans-serif;
	}
	
	.star-rate{
		width: 225px;
		height: 30px;
		margin: 0px;
		padding:0px;
		list-style:none;
		position: relative;
		background: url(stars.gif) top left repeat-x;	
		border: 0;	
		border:none;
		
	}
	.star-rate li{
		float: left;
	}
	.star-rate li a{
		width:45px;
		height: 30px;
		padding: 0px;
		display:block;
		text-decoration: none;
		text-indent: -8000px;
		z-index: 10;
		position: absolute;
				border:none;

	}
	.star-rate li a:hover{
		background: url(stars.gif) left;
		z-index: 1;
		left: 0px;
		border:none;
		background-position:45px 60px;
				border:none;

	}
	.star-rate a.star-one{
		left: 0px;
	}
	.star-rate a.star-one:hover{
		width:45px;
	}
	.star-rate a.star-two{
		left:45px;
	}
	.star-rate a.star-two:hover{
		width: 90px;
	}
	.star-rate a.star-three{
		left: 90px;
	}
	.star-rate a.star-three:hover{
		width: 135px;
	}

	.star-rate a.star-four{
		left: 135px;
	}	
	.star-rate a.star-four:hover{
		width: 180px;
	}
	.star-rate a.star-five{
		left: 180px;
	}
	.star-rate a.star-five:hover{
		width: 225px;
	}
	
	
	#stars-container {
		margin: 5px; 
		padding: 1px; 
		background: #b8baba;
		float: left;
   }
	
	#remark{
		float: left;
		margin-left: 10px;
		margin-top:50px;
		font-weight: bold;
		color: #b8baba;
		font-size: 15px;
   }
