@charset "utf-8";
input{

}
.ac_results {
		border: 1px solid #999999;
		font-size:12px;
/*		border-top:none;*/
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		line-height:20px;
		display: none;
	}
	
	.ac_results li {
		display:block;
		padding:2px 5px;
		white-space: nowrap;
		color: #000000;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #FFCCCC;
	}
	
	.ac_match {
		/*text-decoration: underline;*/
		color: black;
	}
	

