.autoSuggest{
    width:26em;
    position:relative;

    font-family: Arial,Helvetica,sans-serif;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    background-color: #f2e3ba;
    border-top-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    border-right-color: #666666;
}

.autoSuggest table{
    width:100%;
    padding: 3px 3px 3px 3px;
}
.autoSuggest tr{
    padding: 3px 3px 3px 3px;
    margin-left:0px;
    left:0px;
    text-indent:0em;
    list-style-type:none;
    list-style-position:outside;
    color: #016f01;
}
.autoSuggest tr:hover{
    padding: 3px 3px 3px 3px;
    list-style-position:outside;
    list-style-type:none;
    background-color:#FFFFDD;
    font-weight:bold;
    color: #000033;
}