
	.ac_results {
		border: 1px solid #3B5998;
		background-color: #D9DFEA;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		width:296px;
	}

	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #999;
		text-align: left;
	}

	.ac_over {
		cursor: pointer;
		background-color: #fff;

	}

	.ac_match {
		text-decoration: underline;
		color: #3B5998;
		padding-right:1px;
	}

