
	.ac_results {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-right: 4px solid #0099e5;
		border-left: 4px solid #0099e5;
		border-bottom: 4px solid #0099e5;		
		background-color: #dae4ff;
		padding: 0;
		margin: 0;
		top: -10px;
		list-style: none;
		position: absolute;
		z-index: 100000;
		display: none;
	}

	.ac_results li {
		width: 466px;
		@width: 476px;
		top: -10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}

	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}

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