.custom-combobox {
	position: relative;
	display: inline-block;
	font-size:12px;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0px;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.0em;
	font-size:12px;
}

.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
	font-size:12px;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	font-size:12px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 100px;
	font-size:12px;
}