
.autocomplete-w1
{
    background: url(shadow.png) no-repeat bottom right;
    position: absolute;
    top: 4px;
	 width: auto;
    left: 3px; /* 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: auto;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE specific: */
    _height: 350px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
}
.autocomplete .selected
{
    background:#696969; 
color:#DCDCDC;
}
.autocomplete div
{
    padding: 2px 5px;
    white-space: nowrap;
}
.autocomplete strong
{
    font-weight:bold;
    color: Black;
}
.busy
{
 background-image: url("6-1.gif");
 background-repeat: no-repeat;
 background-position: right;
 background-color:#E8E8E8;
 font-size: 12px;
 color: #000000;
 height: 16px;
 width: 145px;
 border-width: 1px;
 border-color: #cccccc;
 border-style: solid;
 vertical-align: middle;
 text-align: left;
}
.normal
{
	background-image:none;
	background-color: White;
}
