.acInput {
	width: 300px;
}
.acResults {
	padding: 0px;
	border: 1px solid #999999;
	border-top:none;
	background-color: #ffffff;
	overflow: hidden;
	text-align:left;
	z-index:9999;
}

.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;
}

.acResults li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acLoading {
	background : #ffffff url('indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: #f0f0f0;
	color: #000000;
}
