.custom-combobox
{
	position: relative;
	display: inline-block;	
	margin-top:10px;
	*margin-top:0px;
}
.custom-combobox-input
{
	margin: 0;
	padding: 0.3em;
}
.custom-combobox-input ::-ms-clear {
    display: none;
}

.custom-combobox-toggle
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0; 
	height:23px;
	*top:0.1em;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.custom-combobox .custom-combobox-input
{
	background:none;
	background-color:White;	
}
