input.flexselect {
	height:24px;
	margin: 2px 0px 1px 0px;/**/
	padding: 0px 0px 0px 5px;
}


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

.flexselect_dropdown ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	/*height:25px;*/
	margin: 0;
}

.flexselect_dropdown li {
	/*margin: 0px;*/
	padding: 1px 0px 1px 3px;
	cursor: pointer;
	display: block;
	color:#2e8bcc;
	font: 11px 'Trebuchet MS', 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	width: 100%;
	/*font: Menu;*/
	letter-spacing:0px;
	overflow: hidden;
}

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

option:disabled {
  cursor: not-allowed;
  color: GrayText;
}


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


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