.dhx_combo_img{
	position:absolute;
    border: none;
	top:0px;
	right:0px;
	width:23px;
    height: 20px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}

.dhx_combo_input{
    color:#444;
	margin: 0;
    /*font-family: sans-serif;   */
	font-size: 9pt;
	border:0px;
	padding:3px 2px 1px 3px;
	position:absolute;
    background: #fff;
	top:0px;
    height: 15px;
    
}
.dhx_combo_box{
	position:relative;
	text-align:left;
	border:1px solid #aaaaaa;
	height:20px;
	_height:20px;
	overflow:hidden;
    background: #fff; 
    
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid #aaaaaa;
   height:300px;
   font-family: Arial;
   font-size: 10pt;
   background-color: #fff;
   color:#555;    
   margin-top: 1px; 
             
}

html>body .dhx_combo_list 
{
 height:auto !important;
  max-height: 300px; 
}

.dhx_combo_list div{
	cursor:default;
	padding:2px;
    
}

.dhx_selected_option{
	background-color:#bfd2e6;
   /* 
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070; 
   */
	color:#111;
  
}


