#suggest {
position: absolute;
height: 200px;
border: 1px solid #b4b4b4;
z-index: 2;
width: 280px;
background: #ffffff;
filter:alpha(opacity=94);
opacity:.94;
display: none;
overflow: auto;
font-size: 11px;
}

.suggest_pc {
width: 280px;
}

.suggestrow{
border-bottom: 1px dotted #CCC;
padding: 3px;
}
.suggestrow:hover{
background: #FFCC00;
cursor: pointer;
}

