.note {
    display: none;
    background: url(spacer.gif); 
    border: 2px solid rgb(255, 255, 255); 
    overflow: hidden; 
    position: absolute; 
    z-index: 100;
}

.notep {
    display: none; 
    background: #000;
    position: absolute;
    line-height: 1.0em;
    font-size: 1.0em;
    color: #fff;
    padding: 3px;
} 