+@import "jquery.autocomplete.css";
+
textarea {
width: 100%;
}
background-color: #ffffe0;
border: 3px double #b8860b;
padding: 4px;
+}
+
+.ajax_indicator {
+ background: transparent url('../images/indicator.gif') top left no-repeat;
+ padding: 7px 25px;
+ min-height: 24px;
}
\ No newline at end of file