.autocomplete {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: white;
/*    border: 1px solid black; */
	height: auto;
    position: absolute;
    cursor: default;
    overflow: visible;
    overflow-x: visible;

}

.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: #6d6d6d;
    width: 180px;
    border: 1px solid #DEDEDE;
    background-color: white;
    border-bottom-right-radius:2em;

}

.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color:#a21717;
    width:180px;
    background-color: #DEDEDE;
    border-bottom-right-radius:2em;
}