.autocomplete-w1 { background: none /*url(shadow.png)*/ no-repeat bottom right; position:absolute; top:0px; left:0px; margin:5px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0;  }
.autocomplete { border:1px solid #dadada; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden;box-shadow: 2px 2px 3px #cccccc; width: 140px !important; }
.autocomplete .selected { background: #f0f0f0; }
.autocomplete div { padding:7px 17px; white-space:nowrap; font-weight: bold; border-bottom: 1px solid #a0a0a0; line-height: 24px;}
/*.autocomplete strong { font-weight:normal; }*/
.autocompleteWrapper {position: relative;}
.autocompleteWrapper input {position: absolute; top: 0px; left: 0px;}
.autocompleteWrapper .autocompleteClone {color: #ccc; background-color: #fff;}

.autocomplete  { 
    border: 1px solid #a0a0a0; 
    background: #ffffff;
    border-radius: 6px; 
    margin-bottom: 12px;
    font-family: 'Arial';
    font-size: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}
