.dhx_combo_img{
	position:absolute;
	top:0px;
	right:0px;
	width:17px;
	height:18px;
}

.dhx_combo_option_img{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px;
	height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


.dhx_combo_input {
	color:#333333;
	font-family: Arial;
	font-size: 9pt;
	border:0px;
	padding:2px 2px 2px 2px;
	position:absolute;
	top:0px;
}
.dhx_combo_box{
	position:relative;
	border:1px solid #7F9DB9;
	height:18px;
	height:18px;
	overflow:hidden;
    background-color: white;	
}
.dhx_combo_list{
   position:absolute;
   z-index:30;
   overflow-y:auto;
   overflow-x:hidden;
   border:1px solid black;
   height:50px;
   font-family: Arial;
   font-size: 9pt;
   background-color: white;
}

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

.contain16_org {
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.head13_blue {
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #09859F;
	text-decoration:none;
}
.input_bt {
	background: url(images/bt_bg.gif) #ffffff no-repeat;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height:12px;
	width:57px;
	height:16px;
	border:0px;
	cursor:pointer;
}
