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

.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: Arial;

   padding: 7px 8px 7px 8px;
    color: #fff;
	line-height: 19px;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    border: black #000000 solid;
-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
   

    
}

.numberOfNotes{
	border: 1px solid #d1d1d1;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
}
