	
	.ac_results {
		border: 1px solid #999;
		background-color: #333;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		max-height:500px;
		overflow: auto;
		padding-right: 15px;
		
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #ccc;
		text-align: left;
		font-size: .9em;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #111;
	}
	
	.ac_match {
		text-decoration: underline;
		color: #f90;
	}
	
	.ac_results li a {
		color: #ccc;
	}
	
	.ac_over a {
		color: #111;
	}
	
	.ac_match a {
		color: #f90;
	}