#notebook-note-list, #notebook-note-edit {
    background: #fff;
    border: 3px solid #b6081a;
	cursor:move;
    display: inline-block;
    font-size: 12px;
    font-family: arial;
    position: fixed;
    right: 0;
    top:0;
    z-index: 3;
}

#notebook-note-list {
    padding: 10px 10px 2px 10px;
    width: 200px;
}

#notebook-note-list p {
	border-bottom: 1px solid #b6081a;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

#notebook-note-list-list {
	margin-top: 8px;
}

#notebook-note-list-list a {
    display: block;
	margin-bottom: 8px;
}

#notebook-note-edit {
    padding: 10px;
}

#notebook-note-list a, #notebook-note-edit a {
}

#notebook-note-list a:hover, #notebook-note-edit a:hover {
    color: #b6081a;
    text-decoration: underline;
}

#notebook-note-edit input, #notebook-note-edit textarea {
    border-width: 1px;
    margin: 2px 0 2px 0;
    padding: 2px;
    width: 350px;
}

#notebook-note-edit textarea {
    height: 450px;
}