
.suggest_result {
    font-family: sans-serif;
    font-size: 13px;
    background: #eee;
    text-align: left;
    color: #000;
    border: 1px solid #ccc; 
    position: absolute; /*left:0px;*/ width:330px;
    z-index: 6000;
    opacity: 0.9; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9;
}
.suggest_result div { border-bottom: 1px dotted #666; }
.suggest_result a { text-decoration: none; display: block; color: #000; }
.suggest_result .arrow { float:right; width: 15px; }
.suggest_result a:hover { background: #ccc; color: #000; }
.suggest_result span { color: #666; }
.suggest_result .selected,
.suggest_result .selected a { background: #ccc; }
