.acInput {
/*	width: 246px;*/
	width:97%;
}
.acResults {
	padding: 0px;
	border: 1px solid #608e01;
	/*background-color: Window;*/
	background-color: white;
	overflow: hidden;
}
.acResults ul {
	margin: 0px;
	padding: 0px;
    list-style-position:outside;
	list-style:none;
}
.acResults ul li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.acLoading {
	background : url('indicator.gif') right center no-repeat;
}
.acSelect {
	/*background-color: Highlight;*/
	background-color: #DEF789;
	color: HighlightText;
}
