.selectpick_div {
	border-radius: 5px; border: 0px solid rgb(207, 207, 207); border-image: none; text-align: center; line-height: 30px; overflow: hidden; padding-left: 5px; font-size: 13px; font-weight: 500; z-index: 9060; cursor: pointer; background-color: rgb(255, 255, 255); -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color:#eaeff3;background-image:url(../images/mbak.jpg)}
.selectpick_icon {
	background: url("../images/icon.png") no-repeat center; width: 9px; height: 30px; margin-right: 5px; float: right; cursor: pointer;
}
.selectpick_div:hover {
	border: 1px solid rgb(204, 204, 204); border-image: none; background-color: rgb(245, 245, 245);
}
.selectpick_div:active {
	border: 1px solid rgb(0, 153, 204); border-image: none; box-shadow: 0px 0px 3px #0099cc; -moz-box-shadow: 0 0 3px #0099CC; -webkit-box-shadow: 0 0 3px #0099CC;
}
.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; text-align: center; font-size: 13.5px; display: none; position: absolute; z-index: 9060; border:none
}
.selectpick_options ul {
	list-style: none; margin: 0px; padding: 0px; height: auto; font-size: 13.5px; z-index: 9060; border:solid 1px #ccc;
}
.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 li:hover {
	color: rgb(255, 255, 255); background-color: rgb(59, 175, 218);
}
.selectpick_options ul li.selectpick_options_selected {
	color: rgb(255, 255, 255); z-index: 9060; background-color: rgb(59, 175, 218);
}
.selectpick_no_select {
	color: rgb(154, 152, 152); cursor: default; background-color: rgb(245, 245, 245);
}
.select_hide {
	display: none; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0;
}
.selectpick_options li {
	cursor: pointer;
}
.selectpick_options li label {
	cursor: pointer;
}
.selectpick_div_box {
	margin: 0px 5px; display: inline-block; position: relative;
}
