	
	.ac_results 
	{
		font-size: 100%;
		border: 1px solid #000;
		background-color: white;
		padding: 0;
		margin: 4px 0 0 -4px;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width:320px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #696969;
		width:20em;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		/*text-decoration: underline;*/
		color: #3bb532;
		font-weight: bolder;
	}
	

	

