.select-box {
	background: url('../pic/default/trigger.png') no-repeat scroll right top #FFF;
	background-position: right -1px;
	cursor: default;
	border: 1px solid #aaa;
	display: block;
	height: 20px !important;
	float: left;
	margin: 0;
	padding: 0;
}
.select-box:hover {
	background-position: right -25px;
}
.select-box a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-family: arial;
	color: gray;
	text-decoration: none;
	margin: 0 1px 2px;
	padding: 0 20px 2px 4px;
}
.select-box-options {
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	-ms-overflow-y: auto;
	overflow-y: auto;
	position: absolute;
	z-index: 9999999 !important;
	font-size: 12px;
	font-family: arial;
}
.select-box-alt {
	background-color: #eaf4ff;
}
.select-box-options li {
	margin-bottom: 0;
	padding-left: 1px;
	overflow: hidden;
	white-space: nowrap;
}
.select-box-options li.optgroup>span {
	font-size: 100%;
	font-style: italic;
}
.select-box-options li>span {
	display: block;
	line-height: 16px;
	min-height: 16px;
	padding: 2px 5px;
}
.select-box-options li.selected {
	background-color: highlight !important;
	color: highlighttext !important;
}
.select-box-options li.disabled {
	color: gray;
}
.optgroup {
	margin: 4px 0 0 !important;
}
.select-box-options-group li>span {
	padding-left: 22px !important;
	width: auto;
}
.select-box a span {
	line-height: 20px;
	padding-left: 1px;
}
