.selClass {
	background: rgb(0, 0, 0); width: 90px; height: 36px; float: left; position: relative; z-index:12000;
}
.selectpick_div {
	border-width: 2px medium 2px 2px; border-style: solid none solid solid; border-color: rgb(127, 127, 127) currentColor rgb(127, 127, 127) rgb(127, 127, 127); border-image: none; color: rgb(153, 153, 153); line-height: 30px; overflow: hidden; padding-left: 5px; font-size: 13px; font-weight: 500; position: absolute; z-index: 1900; cursor: pointer; background-color: rgb(248, 248, 248);
}
.selectpick_icon {
	background: url("selbt.gif") no-repeat center; width: 21px; height: 32px; float: right; cursor: pointer;
}
.selectpick_div:hover {
	border-width: 2px medium 2px 2px; border-style: solid none solid solid; border-color: rgb(127, 127, 127) currentColor rgb(127, 127, 127) rgb(127, 127, 127); border-image: none; background-color: rgb(248, 248, 248);
}
.selectpick_div:active {
	border: 1px solid rgb(0, 153, 204); border-image: none;
}
.selectpick_options {
	border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(207, 207, 207) rgb(207, 207, 207) currentColor; border-image: none; font-size: 13.5px; position: absolute; z-index: 9060;
}
.selectpick_options ul {
	list-style: none; margin: 0px; padding: 0px; height: auto; font-size: 13.5px; z-index: 9060;
}
.selectpick_options ul li {
	padding-left: 5px; font-size: 13.5px; border-bottom-color: rgb(207, 207, 207); border-bottom-width: 1px; border-bottom-style: solid; display: block; z-index: 9060; background-color: rgb(255, 255, 255);
}
.selectpick_options_selected {
	font-size: 13.5px; z-index: 9060;
}
.select_hide {
	opacity: 0; -moz-opacity: 0; -webkit-opacity: 0;
}
.selectpick_no_select {
	color: rgb(154, 152, 152); cursor: default; background-color: rgb(245, 245, 245);
}
