/* needs fixing for IE... */

.ac_wrapper {
	width: 100%;
	position: relative;
	z-index: 100 !important;
}
.ac_wrapper input {
	/*width: 100%;
	display: block;*/
	
}
.ac_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results {
	width: 100%;
	border: 1px solid #b3d2df;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left:0;
}
.ac_results li {
	padding: 2px 5px;position: relative;z-index: 100;;
}
.ac_loading {
	background : url('/layout/images/indicator.gif') right center no-repeat;
}    
.over {
	 background-color: #ebebeb;
}

