.note {
    display: none;
    z-index: 100;
    cursor: default;
    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);
	-moz-border-radius: 6px;
	
}
#div-1 {
 position:relative;
}

.note-url {
    cursor: pointer;
}

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

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

    max-width: 250px;

    font-size: 12px;
  	text-align: left;

    padding: 2px;
    color: #fff;

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

    padding: 5px;

    -moz-border-radius: 6px;

    
}


