.note {
    display: none;
    z-index: 100;
    cursor: crosshair;
    overflow: hidden;
    position: absolute;

    background: transparent;
    background-image: url(spacer.gif);
    background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 6px;
    
    border: 1px solid rgb(255, 255, 255);
}

.note-url {
    cursor: pointer;
}

.note-inner {
    width: 100%;
    height:100%;
    border: 1px #000 solid;
    -moz-border-radius: 6px;
}

.notep {
    display: none;
    z-index: 100;
    cursor: text;
    position: absolute;

    max-width: 250px;

    font-size: 12px;
    font-family: Verdana;

    padding: 2px;
    color: #fff;

    background: #000;
    background: rgba(0, 0, 0, 0.9);
    border: black #000000 solid;

    padding: 5px;

    -moz-border-radius: 6px;

    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


