.autocomplete-w1 {
	position:absolute; 
	top:0px; 
	left:0px; 
	margin:0; 
	z-index: 1000;
}

.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin-top:11px;}
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#e58712;; }


.ac_results {
	padding: 0px;
	border:1px solid #999;
	background:#FFF;
	overflow: hidden;
	z-index: 1000;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 1.2em;
}

.ac_results li  strong { font-weight:normal; color:#e58712; }

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

.ac_over {
	background:#F0F0F0;
}

