	ul.ac_results {

		font-size: 90%;
		border: 1px solid gray;
		background: #c1d1eb;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}

	.ac_results li {

		text-indent: 0px;
		padding: 2px 5px;
		white-space: nowrap;
		background: #c1d1eb;
		list-style: none;
		color: #101010;
		list-style: none;
		text-align: left;
	}

	.ac_over {
		cursor: pointer;
		background: #8dafcc;
		font-weight: bold;
	}

	.ac_match {
		text-decoration: underline;
		color: black;
	}
