.ac_results {
	background-color: #333333;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
    opacity : 0.9; 
}

.ac_results li {
	padding: 2px 5px;
	/*white-space: nowrap;*/
	color: #DDDDDD;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #555555;
}

.ac_match {
	text-decoration: underline;
}

.ac_invisible {
	visibility: hidden;
}