#comboSelect_va_name, #vk_comboSelect_va_name {
	width: 565px;
}

.comboSelect {
	position: relative;
	display: inline-block;
/*	width: 173px;*/
}

.comboSelect select {
/*	width: 100%; */
	padding: 3px;
}

.comboSelect > * {
	box-sizing: border-box;
	height: 1.715em;
}

.comboSelect input {
	position: absolute;
	width: calc(100% - 20px);
	height: 1.715em;
}