.comboBoxList {
	padding: 0px;
	border: 1px solid #000;
	background-color: #ddeeff;
	overflow: auto;
	max-height: 300px;
	z-index: 100;
}
.comboBoxItem {
	margin: 1px;
	padding: 2px 5px;
	background-color: inherit;
	cursor: default;
	white-space: nowrap;
	color: #00f;
}
.comboBoxSelectedItem {
	background-color: #a9d1ff;
}  