



.vahaudio_rating{
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	color: #FFFFFF;
}

.vahaudio_rating ul{
	overflow: hidden;
	background: transparent url('../images/star.gif') left top;
	margin: 0;
	padding: 0;
	width: 100px;
	position: relative;
	height: 20px;
}
.vahaudio_rating ul li{
	display: inline-table;
	margin:0;
	padding:0;
	height:20px;
	text-indent:-1000em;
}

.vahaudio_rating ul li a{
	margin: 0;
	padding: 0;	
	cursor:pointer;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;	
}
.vahaudio_rating ul li a:hover{
	background: transparent url('../images/star.gif') left bottom;
}



.current_rating{
	background: transparent url('../images/star.gif') left center;
	z-index: 1;
}

.one-star{
	width:20%;
	z-index:6;
	
}
.two-star{
	width:40%;
	z-index:5;
}
.three-star{
	width:60%;
	z-index:4;
}
.four-star{
	width:80%;
	z-index:3;
}
.five-star{
	width:100%;
	z-index:2;
}



.playarea{
	background: #222222;
	padding: 15px;
	color: #FFFFFF;
}

.playasong{
	overflow: hidden;
	margin-bottom: 20px;
}

.playdetail{
	float: left;
	width: 48%;
	height: 225px;
}

.lyric{
	float: right;
	width: 48%;
	overflow: auto;
	height: 225px;
	border: #E7E7E7 1px solid;
	padding: 5px;
}
.playasong .title{
	font-weight: 14px;
	font-weight: bold;
}
.message{
	color: red;
	font-size: 12px;
}


