ul,li {
	margin: 0;
	padding: 0;
	border: 0;
}
.score_content {
	height: 25px;
	overflow: hidden;
	zoom: 1;
	padding: 2px 0;
	position: relative;
	z-index: 999;
	font: 12px Arial;
	color: #000;
	line-height: 1.2em
}
.score_content span {
	height: 23px;
	display: block;
	line-height: 23px;
	float: left;
}
.score_content span.score_title {
	text-align: right;
	margin-right: 5px;
	font-size: 18px;
	color: #448aca;
}
.score_content ul {
	float: left;
}
.score_content .result {
	margin-left: 20px;
	padding-top: 2px;
}
.score_content .result span {
	color: #ff6d02;
}
.score_ul,.score_ul a {
	background: url(../../images/o_star.png) no-repeat scroll 1000px
		1000px;
}
.score_ul {
	background-position: 0px 0px;
	width: 120px;
	height: 23px;
	position: relative;
	z-index: 1000;
}
.score_content .result em {
	color: #f60;
	font-family: arial;
	font-weight: bold;
}
.score_ul li {
	display: inline;
}
.score_ul a {
	line-height: 23px;
	height: 23px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -999em;
	*zoom: 1;
	outline: none;
}
.score_ul a.one-star {
	width: 20%;
	z-index: 6;
}
.score_ul a.two-stars {
	width: 40%;
	z-index: 5;
}
.score_ul a.three-stars {
	width: 60%;
	z-index: 4;
}
.score_ul a.four-stars {
	width: 80%;
	z-index: 3;
}
.score_ul a.five-stars {
	width: 100%;
	z-index: 2;
}
.score_ul .current-rating,.score_ul a:hover {
	background-position: 0 -28px
}
.score_ul a.one-star:hover,.score_ul a.two-stars:hover,.score_ul a.one-star.current-rating,.score_ul a.two-stars.current-rating
{
	background-position: 0 -116px;
}
.score_ul .three-stars .current-rating,.score_ul .four-stars .current-rating,.score_ul .five-stars .current-rating{
	background-position: 0 -28px;
}
.half-star{
	background-position:-99px -176px !important;
}
.one-half-star{
	background-position:-74px -176px !important;
}
.two-half-star{
	background-position:-50px -87px !important;
}
.three-half-star{
	background-position:-25px -87px !important;
}
.four-half-star{
	background-position:0 -87px !important;
}
.score_verify {
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
}
.score_verify .score_title {
	float: left;
}
#verify {
	height: 24px;
	float: left;
	margin-right: 10px;
	width: 90px;
}
#VerifyCode {
	cursor: pointer;
	line-height: 40px;
	float: left;
}
.score_verify input.btn{
    background: #448aca;
    border: none;
    color: #ffffff;
    width: 80px;
    height: 30px;
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer;
}