.glossed {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    cursor: text;
    text-decoration: none;
    position: relative;
}
.glossed span.help {
    display: none;
}
.glossed:hover {
    background-color: #40C0A0;
}
.glossed:hover span.help {
    display: block;
    border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; 
    font-family: sans-serif;
    border:      1px black solid;
    position: absolute; right: 0em; top: 1.5em; z-index: 99;
    font-size:    10pt;
    margin-right: 0;
    padding:      3px;
    background:   rgb(220,230,250);
    opacity:      1.0;
}
.glossed:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
}
