.note{
    position: absolute;
    border-right: 3px ridge #8e8e8e;
    border-bottom: 3px ridge #8e8e8e;
    height: 150px;
    width: 150px;
    font-family: Arial;
    font-size: 7pt;
}




.notePic{
    width: 150px;
    cursor: move;
    height: 28px;
}


.name {
    border-left: 1px solid #8e8e8e;
    background-color: #fdfdd9;
    font-weight:bold;
    width: 150px;
}

.message{
    border-left: 1px solid #8e8e8e;
    overflow: auto;
    height: 112px;
    width:150px;
    background-color: #fdfdd9;
}



.inputArea{
    background-color: #fdfdd9;
    display:inline-block;
}

.noteWriter{
    padding:5px;
    font-family: Arial;
    color: black;
    font-size: 7pt;
    left:0px;
    top: 0px;
    width: 200px;
    background-color: #fdfdd9;
    border: 3px ridge #8e8e8e;
    position: absolute;
}

#noteWriter dt{
    float:left;
    width:50px;
}
#noteWriter dd{
    float:left;
    width:145px;
}

#noteWriter input[type="text"]{
    width:135px;
}

#noteWriter textarea{
    width: 185px;
    font-size: 10px;

}
#noteWriterTitle{
    font-size:16px;
    font-style:italic;
}

#notes {
    cursor:pointer;
}