	
	.ac_results {
		border: 1px solid #89b0cf;
		background-color: white;
		padding: 0 !important;
		margin: 0 !important;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		font-size: 10px;
	}
	
	.ac_results li {
		padding: 4px !important;
		margin: 1px !important;
		white-space: nowrap;
		border-bottom: 1px solid #f0f0f0;

		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #d7f1f9;
		color: #17609D;
	}
	
	.ac_match {
		text-decoration: underline;

		color: black;
	}
	

