	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		margin-top: 0px;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width: 230px;		
    max-height: 400px;
    overflow-x: hidden; 
    overflow-y: scroll; 
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		font-size: 1.3em;
    font-family: arial;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #D5EAFF;
	}
	
	.ac_match {
		text-decoration: underline;
		color: #0F87FF;
	}