.combo-button {
	cursor:			hand;
	cursor:			pointer;
	height:			17px;
	border:			1px rgb(53,103,1);
	padding:		0;
	margin-top:		1;
	background-image:url(img/roll.gif);
	background-position:center;
	width:			18px;
	vertical-align:	middle;
}
.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
	background:		rgb(234,242,255);
	border:			1px solid rgb(120,172,255);
	font: 10px tahoma;
	/*height: 18px;*/
	color: #666666;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			1px solid white;
	font: 10px tahoma;
	color: #666666;
	/*height: 18px;*/
}

.combo-input  {
	border:			1px solid rgb(53,103,1) !important;
	width:			115px !important;
	vertical-align:	middle;
	font: 10px tahoma;
	color: #666666;
	height: 18px;
}

.combo-list table {
	table-layout:	fixed;
	width:			115px;
	font: 10px tahoma;
	vertical-align:top;
	color: 666666;
}

.combo-list {
	border:				1px solid rgb(53,103,1);
	background:			white;
	padding:			1px;
	width:  			115px;
	font: 10px tahoma;
	color: #666666;
   /*
	 enable this if you want scroll bars */
	height:				100px;
	overflow:			auto;
	overflow-x:			visible;
	overflow-y:			auto;
	scrollbar-base-color:		rgb(53,103,1);
	scrollbar-highlight-color:	rgb(53,103,1);
	scrollbar-3dlight-color:	ffffff;
	scrollbar-darkshadow-color:	ffffff;
	scrollbar-shadow-color:		rgb(53,103,1);
	scrollbar-face-color:		rgb(53,103,1);
	scrollbar-track-color:		white;
	scrollbar-arrow-color:		white;

}
