Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/acquia_slate/style.css,v
retrieving revision 1.1
diff -u -r1.1 style.css
--- style.css	28 Feb 2009 23:33:58 -0000	1.1
+++ style.css	19 May 2009 05:38:43 -0000
@@ -1518,10 +1518,29 @@
 }
 
 html.js input.form-autocomplete {
-  background-position: 100% 5px;
+  background-position: 100% 3px;
+  background-image: url(images/throbber.gif);
   max-width: 96%;
 }
 
+html.js input.throbbing {
+  background-position: 100% -17px;
+}
+
+#autocomplete {
+  background: #292929;
+}
+
+#autocomplete li {
+  background: #292929;
+  color: #F0F0F0;
+  border-color: #6D6D6D;
+}
+#autocomplete li.selected {
+  background: #3E3E3E;
+  color: #F0F0F0;
+}
+
 div.form-item {
   margin-bottom: 1.5em;
   margin-top: 1.5em;
