
.custom-combobox {
	border-radius: 3px;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
}


input.custom-combobox-input {
	height: 25px;
	border-top-right-radius: 0px !important; /*only way to override framework input:not(...) */
	border-bottom-right-radius: 0px !important; /*only way to override framework input:not(...) */
	border-right: none !important; /*override ui-state-default border settings*/
	display: inline-block;
	vertical-align: middle;
}
a.custom-combobox-toggle {
	height: 25px;
	display: inline-block;
	margin-right: auto;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	/*border-radius: 0px 3px 3px 0px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;*/
}

ul.custom-combobox-results {
	max-width: 300% !important; /*autocomplete set the width to fit the Content, 100% of parent is like chosen works */
}
