/* select */
.select {
	padding: 5px 10px;
	font-size: 14px
}
.select li {
	list-style: none;
	padding: 10px 0 5px 100px
}
.select .select-list {
	border-bottom: #eee 1px dashed
}
.select dl {
	zoom: 1;
	position: relative;
	line-height: 24px;
}
.select dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden
}
.select dt {
	width: 100px;
	margin-bottom: 5px;
	position: absolute;
	top: 0;
	left: -100px;
	text-align: right;
	color: #666;
	height: 24px;
	line-height: 24px
}
.select dd {
	float: left;
	display: inline;
	margin: 0 0 5px 5px;
}
.select a {
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color: #039;
	border-radius: 2px;
}
.select a:hover {
	color: #387535;
	background-color: #CBE2CE;
}
.select .selected a {
	color: #fff;
	background-color: #00b38a;
}
.select-result dt {
	font-weight: bold
}
.select-no {
	color: #999
}
.select .select-result a {
	padding-right: 20px;
	background: #00b38a url("../imgs/close.gif") right 9px no-repeat
}
.select .select-result a:hover {
	background-position: right -15px
}