.selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.selectbox .select {
	width:300px;
	height: 24px;
	padding-bottom: 0!important;
	border:0;
	float: right;
	padding-left:10px;
	border:1px solid #CECECE;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:#fff;
}
.selectbox .select .text {
	display: block;
    width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    padding: 5px 0;
    color: #828282;
    font:12px/14px Arial, Helvetica, sans-serif;
}
.selectbox .trigger {
	position: absolute;
	top: 1px;
	right: 11px;
	width: 21px;
	height: 23px;
}
.selectbox .trigger .arrow {
    position: absolute;
    top: 0;
	right: 0px;
	width:21px;
	height:23px;
    background: url(../images/pic/arrow-3.png) no-repeat;
    overflow: hidden;
}
.selectbox .dropdown {
	top:31px!important;
	bottom:auto!important;
	background:#fff;
    position: absolute;
    z-index: 100;
	width:310px;
	margin:-6px 0 0 1px;
	padding:10px 0 0;
	display:block;
}
.selectbox .dropdown .arrow {
	width:19px;
	height:10px;
	position:absolute;
	top:1px;
	left:50%;
	background: url(../images/pic/arrow-4.png) no-repeat;
	margin:0 0 0 -10px;
}
.selectbox .dropdown ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#fff;
	border:1px solid #CECECE;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
}
.selectbox li {
	padding:8px 12px!important;
	color:#828282;
    font:12px/14px Arial, Helvetica, sans-serif;
	border:0;
	background:none;
	border-top:1px solid #e4e4e4;
}
.selectbox li:first-child {
	padding-top:10px;
	background:none;
	border:0;
}
.selectbox li:hover,
.selectbox li.selected {color: #599bc8;}
.selectbox li.disabled {color: #599bc8;}
.selectbox li.disabled:hover {background: none;}



.form .selectbox .select {width:283px;}
.form .selectbox .dropdown {width:293px;}
