	
	.ac_results {
		border: 1px solid #c5c5c5;
		background-color:white;
		padding: 0;
		margin: -2;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width:250px;	
	}
	
	.ac_results li {
		white-space: nowrap;
		color: #3e3e3c;
		text-align:left;
		height:20px;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #f3f2ed;
	}
	
	.ac_match {
		text-decoration: underline:none;
		color:black;
	}
	
