img.ui-combobox-arrow {
	position: relative;
	vertical-align: text-bottom;
	top: 2px;
}

* html img.ui-combobox-arrow {
	top: -3px;
}

.ui-combobox-list {
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
 	max-height: 100px;
	overflow: auto;
	z-index: 5000;
	background:#eeeeee;
}

.ui-combobox-list, .ui-combobox-item {
	display: block;
}

.ui-combobox-list .selected {
	background-color: white;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}