.acInput {
	width: 200px;
}
.ac_results {
	padding: 0px;
	background-color: #fff;
	border-top:0;
	overflow: hidden;
	z-index: 10; 
	margin-top: 0px;
	border: 1px solid #eeeeee;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	box-shadow:0px 2px 10px #ddd; 
    -moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px; 
}
.ac_results iframe{
	display: none;
}

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

.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 13px;
	overflow: hidden;
	font-family: Arial, sans serif;
}
.ac_results .woord{
	float: left;
}
.ac_results .aantal{
	float: right;
	margin-right: 30px;
	color: #aaa;
}

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

.ac_over {
	background-color: #eee;
	color: #EC008C;
}
.ac_over .aantal{
	color: #EC008C;
}
