body {
        background-color: white;
        font-size: 10px;
        font-family: "Verdana";
        margin-top: 15px;
        text-transform: lowercase;
}
a {
        text-decoration:none;
        color: #81B2E2;
}
.wrap {
        background-color: #FFFFFF;
        font-family: "Verdana";
        width: 400px;
        color: #3B3B3B;
}
.logo {
        background-color: white;
        border-bottom:1px solid #E3E3E3;
        width:400px;
        height:56px;
        text-align:left;
}
H1 {
        height: 23px;
        background-color:#FFB349;
        color:#FFFFFF;
        font-size: 10px;
        padding-left: 10px;
        margin-top:2px;
        margin-bottom:2px;
        font-family: "Verdana";
        background: url(images/h1.gif) center center repeat-x;
        line-height:20px;
        text-align:left;
        text-decoration:none;
}
H2 {
        height: 23px;
        background-color:#FFB349;
        color:#FFFFFF;
        font-size: 10px;
        padding-left: 10px;
        margin-top:2px;
        margin-bottom:2px;
        font-family: "Verdana";
        background: url(images/h2.gif) center center repeat-x;
        line-height:20px;
        text-align:left;
        text-decoration:none;
}
H3 {
        height: 23px;
        background-color:#FFB349;
        color:#FFFFFF;
        font-size: 10px;
        padding-left: 10px;
        margin-top:2px;
        margin-bottom:2px;
        font-family: "Verdana";
        background: url(images/h3.gif) center center repeat-x;
        line-height:20px;
        text-align:left;
        text-decoration:none;
}
.menu {
        height: 24px;
        background-color:#EEEEEE;
        color:#969696;
        font-size: 10px;
        font-family: "Verdana";
        text-align:left;
        text-decoration:none;
        line-height:20px;
}
#tools {
        height: 24px;
        background-color:#EEEEEE;
        padding-right:2px;
        color:#969696;
        font-size: 9px;
        font-family: "Verdana";
        text-align:right;
        text-decoration:none;
        line-height:15px;
}
#about {
        background-color:#EEEEEE;
        color:#969696;
        font-size: 9px;
        font-family: "Verdana";
        text-decoration:none;
        text-align:left;
        padding:10px;
}
.footer {
        background-color: white;
        border-top:1px solid #E3E3E3;
        width:400px;
        height:20px;
        font-size: 8px;
        font-family: "Verdana";
        color: #6C6C6C;
        text-align:right;
        line-height:20px;
}
.notes {
        border:0px solid #E3E3E3;
        margin: 0 auto;
        position: relative;
        width: 400px;
        font-family: "Verdana", Tahoma, Arial, Sans Sherif;
        font-size: 13px;
        height: 200px;
        background: white url('images/lines.gif') repeat;
}
#save {
        float:left;
        width:348px;
        padding-top: 2px;
        text-align: right;
        color: #969696;
        line-height:20px;
        font-size: 9px;
}
.chars {
        width:48px;
        background-color: #EFEFEF;
        float:left;
        padding-left: 2px;
        padding-top: 2px;
        font-size: 9px;
}
.inputoff {height: 20px;border: 1px solid #D5D5D5;background-color: #FFFFFF; color:black}
.inputon {height: 20px;border: 1px solid #E0E0E0;background-color: #FFFFFF; color:black}
.subbuttoff {height: 20px;padding:1px;border: 1px solid #E0E0E0;cursor:pointer; background-color: #FFFFFF; color:#FFB005;font: 11px verdana, "Lucida Grande", arial, sans-serif;FONT-WEIGHT:bold;}
.subbutton {height: 20px;padding:1px;border: 1px solid #5A97CD;cursor:pointer; background-color: #E4EEF7; color:#5A97CD;font: 11px verdana, "Lucida Grande", arial, sans-serif;FONT-WEIGHT:bold;}
.hide{display: none;}
.show{display: block;}

fieldset {
        border: 1px solid #E0E0E0;
        padding-bottom:2px;
        padding-right:2px;
        color:#969696;
        font-size: 9px;
        font-family: "Verdana";
        text-align:right;
        text-decoration:none;
        line-height:24px;
}
legend {
        padding: 2px 6px;
        color:#969696;
        font-size: 10px;
        font-family: "Verdana";
        font-weight:bold;
}