body {

        background-color: #c5d88c;
        margin:0 auto;
        height:100%;
        color:black;
}

#bottom {
        position:absolute;
        bottom:0;
        height:24px;
        background-color:#523a22;
        left:0px;
        width:100%;
        font: 12px tahoma, sans-serif;
        color:#fbf8e9;
        padding-top:6px;
}
#error {
        position:absolute;
        top:0;
        height:30px;
        /*background-color:#523a22;*/
        background-color:red;
        left:0px;
        width:100%;
        font: 12px tahoma, sans-serif;
        color:#fbf8e9;
        visibility:hidden;
        font-weight:bold;
}
#error p {
        margin:6px 6px 0px 6px;
}
#bottom table {
        width:98%;
        margin-left:1%;
}
td.right {
        text-align:right;
}
td.center {
        text-align:center;
}
td.half1 {
        width:100px;
        text-align:center;
}
td.half2 {
        width:100px;
        text-align:center;
}
#login {
        margin:0 auto;
        font: 12px tahoma, sans-serif;
        color:#fbf8e9;
        width:260px;
}
#login img {
        padding:0px;
        margin-top:2px;
}
#login table td {
        background-color:#005D72;
        padding:5px 15px 5px 15px;
}
#login table {
        border-spacing:1px;
        width:220px;
}

#login form {
        margin:200px 0px 0px 0px;
}
.field {
        font: 12px tahoma, sans-serif;
        width:220px;
        margin:5px 0px 0px 0px;
}

a {
        color:#fbf8e9;
        text-decoration:none;
}
a:visited {
        color:#fbf8e9;
        text-decoration:none;
}
a:hover {
        color:#fbf8e9;
        text-decoration:underline;
}