DIV.comboval {
	vertical-align:top;
	white-space: nowrap;
}
INPUT.comboval {
	border-right: #000000 0px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	padding-left:3px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000033;
	background-color: #FFFFFF;
}

INPUT.combobtn {
	border-right: #000000 1px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	text-align:center;
	width:14px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000033;
	background-color: silver;
}
DIV.combosub {
	overflow:auto; 
	position:absolute; 
	display:none;
	background-color: #FFFFFF;
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 0px solid; 
	border-bottom: #000000 1px solid;
}
DIV.comboitem {
	padding:1px;
	padding-left:3px;
	overflow-x:hidden;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000033;
	background-color: #FFFFFF;
}
DIV.comboitemo {
	padding:1px;
	padding-left:3px;
	overflow-x:hidden;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: darkblue;
}

