#searchField {
	width: 200px;
}

#results {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px;
}

#results .selected {
	background-color: #666;
	color: #fff;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}


.ac_results {
background-color:white;
border:1px solid black;
overflow:hidden;
padding:0;
z-index:99999;
text-align:left;
}
.ac_results ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:100%;
text-align:left;
}
.ac_results li {
-x-system-font:menu;
cursor:default;
display:block;
font-family:Arial;
font-size:12px;
font-size-adjust:-moz-use-system-font;
font-stretch:-moz-use-system-font;
font-style:-moz-use-system-font;
font-variant:-moz-use-system-font;
font-weight:-moz-use-system-font;
line-height:16px;
margin:0;
overflow:hidden;
padding:2px 5px;
text-align:left;
}
.ac_loading {
background:white url(indicator.gif) no-repeat scroll right center;
}
.ac_odd {
background-color:#EEEEEE;
}
.ac_over {
background-color:#EB8F00;
color:white;
}