.combo-button {
	cursor:			hand;
	cursor:			pointer;	
	height:			20px;	
	padding:		0;
	background: 	url("../images/bullet_down_gris.gif");		
	width:			14px;
	vertical-align:	top;
	font-size:		11px;
	font-family:	Webdings, Marlett;	
}



.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			1px solid white;
	color:			black;
	font-family: 	Trebuchet MS;
	font-size: 		11px; 
}

.combo-input  {	
	width:			158px !important;
	vertical-align:	baseline;
	font-size: 11px; 
	color: rgb(87, 87, 87); 
	font-family: Trebuchet MS;
}

.combo-list table {
	table-layout:	fixed;
	width:			149px;
	z-index:			1604;
}

.combo-list {
	border:				1px solid black;
	background:			white;
	padding:			1px;
	width:  			149px;
	z-index:			1604;
	position:absolute;
	height:				200px;
	overflow:			auto;
	overflow-x:			visible;
	overflow-y:			auto;
	scrollbar-base-color:		rgb(234,242,255);
	*left:0px;
	*top:22px;

}