.acInput {
	min-width:200px;
}
.acResults {
	overflow: hidden;
}

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

.acResults li {
	margin: 0px;
	padding: 3px 20px;
	cursor: pointer;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

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

.acSelect {
	background-color: #F5F5F5;
	color: #3498DB;
}

