body {
    background-image: url(/essentials/background.gif);
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:11px;
}
.field {
    clear:both;
    display:block;
    height:17px;
    padding:1px;
}
.field input.text {
    clear:right;
    display:block;
    float:right;
    height:15px;
    margin:0 0 0 3px;
}
.field label {
    float:left;
    height:14px;
}
.cb{
    clear:both;
}
#fields{
    width:380px;
    margin:0 auto;
    padding:20px;
    background-color:#fff;
}
p.inst{
    width:370px;
    text-align:center;
    font-size:14px;
}
textarea{
    width:380px;
}
.submit{
    font-size:16px;
    color:#4B8000;
    margin:0 auto;
    display:block;
    width:80px;
}
#btbar{
    background-image: url("/essentials/bottom-bar2.gif");
    background-repeat: no-repeat;
    width:900px;
    height:82px;
    margin:5px auto 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:22px;
}
#btbar p {
    height:82px;
    padding-top:26px;
    text-align:right;
    width:880px;
}
#cinfo {
    background-color:#FFFFFF;
    font-family:arial,sans,helvetica;
    font-size:26px;
    font-weight:900;
    height:100px;
    margin:0 auto;
    text-align:center;
    width:420px;
}
#btbar p#bLinks{
    width: 640px;
    margin: 0 auto;
    color:#660;
    text-align:center;
}
#bLinks a{
    color:#660

}
.error{
    color:red;
}
label.error{
    float:right;
}
#success, #error {
    background-color:#FFFFFF;
    border:1px solid green;
    display:none;
    margin:0 auto;
    text-align:center;
    width:500px;
}
a{
    text-decoration:none;
}
