
.combo-button {
	cursor:			hand;
	cursor:			pointer;
	height:			26px;
	border:			1px solid #aaa !important;
	padding:		0;
	margin: 		6px 0 0 0;
	width:			17px;
	vertical-align:	top;
	background:		#fff url('../images/combo_unselect.png') no-repeat;
	overflow:auto;
}

.combo-button:hover {
	background:		url('../images/combo_select.png');
	border:			1px solid #78ACFF !important;
}

.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
	background:		#3399FF;
	border:			0;
	color:			white;
	font-family:	verdana;
	font-size:		1em;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			0;
	color:			black;
	font-family:	verdana;
	font-size:		1em;
}

.combo-input {
	font-size: 16px;
	height: 22px;
	padding: 2px;
	margin: 6px 0 0 0;
}

.combo-list table {
	table-layout:	fixed;
	width:		200px;
	padding:		0;
	margin:			0;
}

.combo-list {
	border:				1px solid black;
	background:			white;
	padding:			1px;
	width:  			200px;
	/*height:				200px;
	overflow:			auto;
	overflow-x:			auto;
	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;*/
}
