.select_box {
	width: 120px;
	height: 43px;
	position: relative;
	float: left;
	border-right: 1px solid #e9e9e9;
	background: url(../images/icon_select_ui.png) 98px center no-repeat;
}
.select_box span {
	display: inline-block;
	width:120px;
	height:43px;
	line-height: 43px;
	cursor: pointer;
	color: #555;
	font-size: 14px;
	text-indent: 5px;
}
.select_box dl {
	width: 120px;
	position: absolute;
	top:43px;
	left: -1px;
	border: 1px solid #06be6a;
	display: none;
	background: #fff;
}
.select_box dd {
	cursor: pointer;
	line-height: 36px;
	text-indent: 5px;
	color: #4c4c4c;
	border-bottom: 1px solid #fafafa;
}
.select_box dd:last-child{
	border-bottom: none;
}
.select_box dd:hover {
	background: #06be6a;
	color: #fff;
}

