.comboinput_container {
	position: relative;
/*	width: 250px;*/
	width: 285px;
	height: 20px;
}

.comboinput_select, .comboinput_input {
	position: absolute;
}

.comboinput_input {
	top: 2px;
	left: 3px;
}

.comboinput_container input {
/*	width: 223px;*/
	width: 260px;
	height: 18px;
	border-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	position: relative;
	top: 1px;
}

.comboinput_container select {
/*	width: 250px;*/
	width: 285px;
}

