.sug_main
    {
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    width:300px;
    padding:2px;
    margin:2px;
    }

.sug_in
    {
    font-size:14px;
    background:#fff;
    color:#ff7900;
    }

.sug_hover
    {
    font-size:14px;
    background:#eee;
    color:#ff7900;
    cursor:pointer;
    }


.sug_last a,
.sug_last a:hover,
.sug_last a:link,
.sug_last a:visited
    {
    color:#008000;
    font-size:11px;
    }
