.dhx_combo_img 	{
	right: 0px;	
	width: 17px;	
	position: absolute;	
	top: 0px;	
	height: 20px
}

.dhx_combo_box 	{
	border: #7f9db9 1px solid;	
	overflow: hidden;	
	position: relative;	
	height: 20px;	
	background-color: white;	
	text-align: left;	
	_height: 22px;
	white-space: nowrap;
	
}

.dhx_combo_input {
	border-top-width: 0px;
	padding-right: 2px;
	padding-left: 2px;
	border-left-width: 0px;
	font-size: 9pt;
	border-bottom-width: 0px;
	padding-bottom: 2px;
	color: #333333;
	padding-top: 2px;
	font-family: Arial;
	top: 0px;
	border-right-width: 0px;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
    background-color: White;
	font-size: 9pt;
	font-family: Arial;
	padding: 2px;
	margin: 2px;
}

div.suggestions div 
{
	background-color: White;
    cursor: default;
    padding: 0px 3px;
	border-bottom: #7f9db9 1px solid;	
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}