#notes
{
    float:right;
    padding:5px;
    background-color:#d4eaff;
    color:inherit;
    margin:0px 0px 5px 5px;
}

#notes label
{
    width:12em;
    float:left;
    font-weight:bold;
    clear:left;
}

textarea
{
    width:450px;
}

h2
{
    text-align:center;
    font-size:large;
    text-transform:none;
}

