.zepp_select {
	width:100%;
	height:0px;
	position:absolute;
	left: -9999px;
}
.zepp_select_wrap {
	display: inline-block;
    vertical-align: middle;
	position:relative;
	width:160px;
	height:auto;
	background:#fff;
	border-radius:0px;
	border:1px solid #eee;
}
.option_open {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.option_close {
}
.zepp_disable {
	background:#ccc;
	cursor: not-allowed;
}
.zepp_disable .zepp_label ,.zepp_disable .zepp_select_arrow {
	cursor: not-allowed;
}
.zepp_label {
	width:83%;
	height:100%;
	line-height:33px;
	color:#000;
	cursor:pointer;
	text-align:center;
}
.labelwrap {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: inherit;
	z-index:100;
}
.zepp_select_arrow {
	position:absolute;
	right:0px;
	top:0px;
	padding:0px 12px;
	height: inherit;
	color:#aaa;
	font-size:20px;
	cursor:pointer;
}
.zepp_options {
	display:none;
	background: inherit;
	position:absolute;
	width: inherit;
	z-index:1;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow: hidden;
    padding: 0;
    left: -2px;
}
.zepp_options li {
	color:#aaa;
	height:30px;
	line-height:30px;
	cursor:pointer;
	text-align:center;
    list-style: none;
}
.zepp_options li:hover {
	color:#000;
}
.zepp_options li:active {
	background:#aaa;
}
.zepp_options .selected_option {
	background:rgba(0,0,0,0.35);
	color:#fff;
}
