.ac_field_busy {
	background-image: url(../images/autocomplete/autocomplete_spinner.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.autocomplete-w1 { 
	background:no-repeat bottom right; 
	position:absolute; 
	top:0px; 
	left:0px; 
	/* IE6 fix: */
	_background:none; 
	_top:1px; 
}

.autocomplete 
{ 
	border:1px solid #999; 
	background:#FFF; 
	font-size : 11px;
	cursor:default; 
	text-align:left; 
	max-height:350px; 
	overflow:auto; 
	margin:0px; 
	/* IE specific: */ 
	_height:350px;  
	_margin:0px; 
	overflow-x:hidden; 
}
.autocomplete .selected { 
	background-color:#ddf; 
}
.autocomplete div { 
	padding:2px 10px 5px 5px; 
	white-space:nowrap; 
}
.autocomplete strong { 
	font-weight:bold; 
	font-style:normal;
	background-color: #ddd;
}
.autocomplete .info {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: .75em;
	text-transform:capitalize;
	color: #666;
}
