.dhx_combo_img{
	position:absolute;
	top:1.5px;
	right:1px;
	width:24px;
	height:26px;
	bottom: 1px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}


.dhx_combo_input{
	color:#02a1c8;
	font-family: Arial Rounded, Arial, Verdana;
	font-size: 15;
	font-weight: bold;
	border:0px;
	padding:2px 2px 2px 2px;
	position:absolute;
	left: 2px;
	top: 4px;
	bottom: 0px;
	
}
.dhx_combo_box{
	position:relative;
	text-align:left;
	border:1px solid #68d1ea;
	height:29px;
	overflow:hidden;
	background-color: white;
	css-border-radius: 2px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid #018cae;
   height:230px;
color:#018cae;
	font-family: Arial Rounded, Arial, Verdana;
	font-size: 15; 
	font-weight: bold; 
   background-color: white;
}

.dhx_combo_list div{
	cursor:default;
	padding:2px 2px 2px 2px;
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}

