.select_selection {
	font-family: '宋体', Arial;
	font-size: 12px;
	cursor: pointer;
}

.select_selection .select_valueField {
	background: url(../../pic/yhwz/global/select_left_bg.jpg) no-repeat;
	height: 22px;
	text-align: center;
}

.select_selection .select_selectableButton {
	background: url(../../pic/yhwz/global/select_right.jpg) no-repeat;
	width: 17px;
	height: 22px;
}
.select_selection .select_rawValue{
	
}
.select_selection .select_optionRawValue{
}
.select_optionList{
	border: 1px solid #b5b5b5;
	border-top: none;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	display: none;
	position: absolute;
	z-index:100;
	overflow: auto;
	white-space:nowrap;
}
.select_optionList .select_loadingInfo{
	text-align: center;
}
.select_optionList .select_optionGroup{
	display: none;
}
.select_optionList .select_loadingInfo{
	display: none;
}
.select_option_hover{
	background-color: #e7ebee;
	cursor: pointer;
}