	div.auto_complete {
		position:absolute;
		width:250px;
		background-color:white;
		border:1px solid #888;
		margin:0px;
		padding:0px;
	}
	ul.autocompleter  {
		list-style-type: none;
		line-height: 1.5;
		margin:0px;
		margin-left: 10px;
		padding:0px;
	}
	ul.autocompleter li.selected { background-color: #e4e8ea; }
	#list {
		margin:0;
		margin-top:10px;
		padding:0;
		list-style-type: none;
		width:250px;
	}
	#list li {
		margin:0;
		margin-bottom:4px;
		padding:5px;
		border:1px solid #888;
		cursor:move;
	}
	div.autocomplete input {
		background-color: #FFFFCC;
	}
	input.form-autocomplete {
		background: url('../images/throbber.gif') no-repeat 100% 2px;
	}
	input.form-autocomplete:focus {
		background-position: 100% -18px;
	}
