@CHARSET "UTF-8";

.optionBox {
	width: 180px;
	position: relative;
	float: left;
	margin-right: 10px;
}

/*
 Autocomplete dropdown field
 */
.ui-autocomplete-loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ui-autocomplete {
	max-height: 125px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

ul.ui-autocomplete.ui-menu {
	font-size: 9pt;
	width: 400px;
}
/* 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;
}