
.GALEON_AutoComplete * {
	font:	11px "Trebuchet MS", Verdana, Arial;	
	line-height:	1.2em;
}

.GALEON_AutoComplete {
	background-color: #fcfcfc;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 999;
}

.GALEON_AutoComplete_waiting {
	background:	url(indicator.gif) no-repeat right;
}

.GALEON_AutoComplete .selectable {
	padding:	2px;
	text-align:	left;
	cursor:	pointer;
}

.GALEON_AutoComplete .current {
	background-color:	#FFD563;
	color:	#000;
}

.GALEON_AutoComplete .informal {
	color:	#444;
	float:	right;
}

.GALEON_AutoComplete a {
	margin:	2px;
	color:	#000;
	font-weight:	bold;
}

.GALEON_AutoComplete a:hover {
	color:	#333;
}
