.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: relative;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* height: 1.7em; */
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}

.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
}