.autocomplete-w1 { position: absolute; top: 5px; left: 7px; /* IE6 fix: */ _background: none; _top: 1px; }

.autocomplete-w2 { padding: 0 6px 6px 0; }

.autocomplete { width: 300px; border: 1px solid #999; background: #FFF; cursor: default; text-align: left; max-height: 350px; overflow: auto; margin: -6px 6px 6px -6px; /* IE specific: */ _height: 350px; _margin: 0px 6px 6px 0; overflow-x: hidden; }

.autocomplete .selected { background: #EBEBEB; }

.autocomplete div { padding: 2px 5px; white-space: nowrap; }

.autocomplete strong { font-weight: normal; color: #e31519; }
