#notes, #about {
    width: 512px;
    background-color: #dadada;
    border: 2px solid black;
    position: relative;
    top: -2px;
}

#notes .title, #about .title {
    width: 494px;
}

#controlAbout {
    padding: 5px;
    width: 484px;
}

#notes input {
    border: 1px solid black;
    font-size: 8pt;
    line-height: 1;
    font-family: verdana;
    margin: 0px;
    padding: 2px 0px;
    border: 1px solid black;
    font-weight: normal;
}

#controlNotes {
    padding: 5px;
}

#notes #noteInput, #notes #searchInput {
    background-color: white;
    width: 416px;
    margin-right: 2px;
    padding: 3px 0px;
}

#noteSubmit, #searchSubmit {
    width: 78px;
}

#searchForm {
    padding-top: 5px;
}

.notesTable {
    margin: 0;
    padding: 0;
    display: none;
    background-color: white;
    border: 1px solid black;
    margin-top: -1px;
    border-spacing: 0;
    border-collapse: collapse; /* fix for IE < 6 */
    background-color: #f2f2f2;
}

.notesTable tr.odd {
    background-color: white;
}

.notesTable .name {
    padding-right: 5px;
    padding-left: 2px;
    color: #aa0440;
    white-space: nowrap;
    vertical-align: top;
}

.notesTable .note {
    padding-right: 5px;
    width: 100%;
}

.notesTable .date {
    padding: 1px 3px;
    color: #aa0220;
    white-space: nowrap;
    vertical-align: top;
}

.notesTable .view {
    vertical-align: top;
    padding: 0px 2px;
}

#notes .pleaseLogin {
    margin-bottom: 6px;
}

#noteHover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    /*background-color: yellow;
    opacity: 0.5;
    filter: alpha(opacity: 50);
    display: none;*/
}
#noteHoverTop, #noteHoverLeft, #noteHoverRight, #noteHoverBottom {
    position: absolute;
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity: 50); /* for internet explorer damn error */
    top: 0px;
    left: 0px;
    display: none;
}

.canvasImage {
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
