@charset "utf-8";
.ac_results {
		overflow:hidden;
		border: 1px solid;
		font-size:12px;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 100;
		line-height:20px;
		display: none;
	}
	
	.ac_results li {
		display:block;
		padding:2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color:#66CCFF;
	}
	
	.ac_match {
		text-decoration: underline;
		color: red;
	}
	

