.combo-button {
	cursor:			pointer;
	width:			18px;
	border-top: 1px solid rgb(120,172,255);
	border-right: 1px solid rgb(120,172,255);
	border-bottom: 1px solid rgb(120,172,255);
	border-left-color: rgb(120,172,255);
	border-left-width: 1px;
	border-left-style: solid;
	background-color: rgb(234,242,255);
	height: 25px;
	background-image: url(../images/f.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.combo-hilite {
	cursor:			pointer;
	background:		#B0CEFF;
	color:			#FF6600;
	padding-left: 16px;
}
.combo-item   {
	cursor:			pointer;
	color:			black;
	padding-left: 16px;	
}

.combo-list table {
	table-layout:	fixed;
	width:100%;

}

.combo-list {
	text-align: left;
	border:				1px solid #CCCCCC;
	background:			white;
	padding:			1px;
	overflow:			auto;
	overflow-x:			visible;
	overflow-y:			auto;
	scrollbar-base-color:		rgb(234,242,255);
	scrollbar-highlight-color:	rgb(234,242,255);
	scrollbar-3dlight-color:	rgb(120,172,255);
	scrollbar-darkshadow-color:	rgb(120,172,255);
	scrollbar-shadow-color:		rgb(234,242,255);
	scrollbar-face-color:		rgb(234,242,255);
	scrollbar-track-color:		white;
	scrollbar-arrow-color:		black;
}