 body 
 {
 position:static; /*YAML IE Hack ausgeschaltet*/
 }

.dhx_combo_input{
	/*color:#333333;
	font-family: Arial;
	font-size: 11px;*/
	border:0px;
	padding:2px 2px 2px 2px;
	position:absolute;
	top:0px;
	width:300px;
}
.dhx_combo_box{
	position:relative;
	border:1px solid #7F9DB9;
	height:16px;
	_height:16px;
	margin-right:2px;
	overflow:hidden;
    background-color: white;	
	float:left;
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid #7F9DB9;
   height:100px;
   /*
   font-family: Arial;
   font-size: 11px;*/
   background-color: white;
}

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