.flexselect_dropdown {
  display: none;
  /*position: fixed;*/
	position: absolute;
  z-index: 999;
  margin: 0;
	padding: 0;
	border: 1px solid WindowFrame;
/*   max-height: 200px; */
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
	background-color: Window;
  color: WindowText;
  text-align: left;
  box-shadow: 0 6px 12px #ccc;
  -webkit-box-shadow: 0 6px 12px #ccc;
}

input.flexselect{
	padding: 3px 10px 4px;
	border: 1px solid #F28715;
	border-radius: 3px;
	height: 27px;
	background: #FFF url("/images/arrow3.png");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 0px center;
	float:right;
	font-family:Tahoma,Arial;
}


input.flexselectmin{
	padding: 3px 10px 4px;
	border: 1px solid #F28715;
	border-radius: 3px;
	height: 27px;
	background: #FFF url("/images/arrow3.png");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 0px center;
	width: 43%;
	float: right;
}

.flexselect_dropdown ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flexselect_dropdown li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: Menu;
	overflow: hidden;
	font-family:Tahoma,Arial;

}

.flexselect_dropdown li.disabled {
  cursor: not-allowed;
  color: GrayText;
}

.flexselect_selected {
	background-color: Highlight;
	color: HighlightText;
}
