@CHARSET "UTF-8";
/* body {
  color: #666;
  font: 12px/1.5 Arial;
} */
.evaluate_part{
	border: 1px solid #ddd;
  	background: #fff;
}
.title{
	font-size: 24px;
	margin-top: 20px;
  	margin-bottom: 10px;
}
#star,#last_star {
  position: relative;
  width: 600px;
  vertical-align: top;
  margin-top: 5px;
}
#star ul,#last_star ul {
  margin: 0 10px;
}
#star strong,#last_star strong {
	color: #f60;
	padding-left: 10px;
}
#star ul, #star span,#last_star ul,#last_star span {
  float: left;
  display: inline;
  height: 19px;
  line-height: 19px;
}
#star li,#last_star li {
  float: left;
  width: 24px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/empty_star.png) no-repeat;
}
#star li.on,#last_star li.on {
  background-position: 0 -28px;
  background: url(images/full_star.png) no-repeat;
}