.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);

    
    border: 1px solid rgb(255, 255, 255);
}

.note-url {
    cursor: pointer;
}

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

}

.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-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.numberOfNotes{
position:absolute;
margin: -45px 0 0 10px;
padding:2px 5px;
background:#000;
background:rgba(0,0,0,.7);
color:#eee;} /*aetschbaetsch!*/


