.per-list li{
	width: 252px;
}
.tab-title span{
	width: 80px;
	padding: 0;
	height: 100%;
	text-align: center;
	display: inline-block;
	border-right:1px dotted #ddd;
}
.tab-title.area a{
	margin-right: 30px;
}
.tab-title.area label{
	font-size: 12px;
	margin: 0 5px;
	margin-right: 15px;
}
.tab-title.area select{
	width: 110px;
}
.choose-up{
	height: 20px;
	margin-bottom: 20px;
}
.choose-up a{
	display: inline-block;
	width: 50px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	background-image: url(../img/s-third.png);
	background: url("../img/arrow-down-blue.png") no-repeat right center;
	background-position: center;
	background-position-x: 45px; 
	background-repeat: no-repeat;
}
.choose-up a.first{
	margin-right: -5px;
	background-image: url(../img/s-first-g.png);
	background-position: center;
	background-position-x: 38px; 
	background-repeat: no-repeat;
}
.choose-up a.first.active{
	background-image: url(../img/s-first.png);
	background-position: center;
	background-position-x: 38px; 
	background-repeat: no-repeat;
}
.choose-up a.second{
	margin-right: -6px;
	background-image: url(../img/s-second.png);
	background: url("../img/arrow-down-blue.png") no-repeat right center;
	background-position: center;
	background-position-x: 45px; 
	background-repeat: no-repeat;
}
.choose-up a.second.active{
	background-image: url(../img/s-second-w.png);
	background-position: center;
	background-position-x: 45px; 
	background-repeat: no-repeat;
}
.choose-up a.active{
	background-color: #0086c6;
	color: #FFFFFF;
	background-image: url(../img/s-second-w.png);
	background-position: center;
	background-position-x: 45px; 
	background-repeat: no-repeat;
}
