 .CompletionListItem {
 	z-index:1000;
        background-color: #FFFFFF;
        color: #000000;
        padding: 3px;
        font-family: Tahoma;
        font-size: 10px;
    }
    .CompletionListHighlighted {
    	z-index:1000;
        background-color: #CCCCCC;
        color: #FFFFFF;
        padding: 3px;
        font-family: Tahoma;
        font-size: 10px;
    }
    .CompletionList {
    	z-index:1000;
        visibility: hidden;
        margin: 0px !important;
        padding: 0px;
        background-color: inherit;
        color: windowtext;
        border: buttonshadow;
        border-width: 1px;
        border-style: solid;
        cursor: default;
        text-align: left;
        list-style-type: none;
        overflow: auto;
        font-weight: normal;
        font-family: tahoma;
        font-size: 12px;
    }
