#hintbox {
    position: absolute;
    top: 0;
    background-color: #D2DCD5;
    width: 150px;
    padding: 3px;
    border:1px solid black;
    font:normal 11px Arial;
    line-height:18px;
    z-index:100;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    visibility: hidden;
}

.hintanchor {
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}

.hintstyle {   
    position: absolute;
    top: 0;
    background: #D2DCD5;   
    border:1px solid black;   
    padding:3px;   
    z-index:100;
}   
