.combo-back{
	background-image:url(../images/cmbBack.gif);
	background-repeat:repeat-x;
}
.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
	background-color:#e7e2cf;
	font-family: 		arial, verdana, sans-serif;
	font-size: 			11px;
	color:				#8F7952;
}
.combo-item {
	cursor:			hand;
	cursor:			pointer;
	background-color:#fbfbf6;
	font-family: 		arial, verdana, sans-serif;
	font-size: 			11px;
	color:				#8F7952;
}
.combo-input {
	border-left:		1px solid #b9af9b;
	border-bottom:		1px solid #b9af9b;
	border-top:			1px solid #b9af9b;
	border-right:		0px;
	height:				15px;
	vertical-align:		baseline;
	background-image:	url(../images/cmbBtn.gif);
	background-color: 	transparent;
	background-repeat:	no-repeat;
	background-position:right;
	font-family: 		arial, verdana, sans-serif;
	font-size: 			11px;
	color:				#8F7952;
	padding-left:		5px;
	cursor:			hand;
	cursor:			pointer;
	background-image:
}
.combo-list table {
	table-layout:	fixed;
	width:			100%;
}
.combo-list {
	border:				1px solid #b9af9b;
	background-color:	#fbfbf6;
	padding:			1px;
	/* enable this if you want scroll bars
	height:				200px;
	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;
	*/
}
