	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 99999;
		display: none;
		font:verdana;
		color:#3b77b3;
		overflow:auto;
		height:400px;
		width:600px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
		font-family:arial;
		font-size:14pt;
		color:#3b77b3;
		z-index: 99999;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
