#login-pane {
    margin: 8px;
    padding: 8px;
    font-family: Arial, sans-serif;
}

.login-form {
    font-size: 90%;
}

.login-form fieldset {
    padding: 16px;
    border: 1px solid #8D9FCE;
    background: white url( ../image/user-bkg.jpg ) repeat-x bottom left;
}

.login-form fieldset legend {
    margin-bottom: 16px;
    padding-top: 2px;
    background: url( ../image/section-menu-bkg.jpg ) repeat-x bottom left;
    color: white;
    font-size: 90%;
    text-align: center;
    width: 10em;
    height: 1.5em;
}

.login-form div {
    height: 2em;
    clear: both;
}

.login-form label {
    text-align: right;
    float: left;
    width: 8em;
    color: #8D9FCE;
    font-size: 90%;
}

.login-input {
    border: 1px solid #8D9FCE;
    margin-left: 8px;
    float: left;
    font-size: 90%;
    color: #8D9FCE;
}

.login-button {
    border: none;
    background: url( ../image/section-menu-bkg.jpg ) repeat-x bottom left;
    float: right;
    width: 5em;
    height: 1.5em;
    margin: 8px 4px;
    color: white;
    font-size: 90%;
}

#logout-pane {
    margin: 8px;
    padding: 8px;
    font-family: Arial, sans-serif;
}

.logout-form {
    font-size: 90%;
}

.logout-form fieldset {
    padding: 16px;
    border: 1px solid #8D9FCE;
    background: url( ../image/user-bkg.jpg ) repeat-x bottom left;
}

.logout-form fieldset legend {
    margin-bottom: 16px;
    padding-top: 2px;
    background: url( ../image/section-menu-bkg.jpg ) repeat-x bottom left;
    color: white;
    font-size: 90%;
    text-align: center;
    width: 11em;
    height: 1.5em;
}

.logout-form div {
    height: 3em;
    clear: both;
    font-size: 90%;
    color: #8D9FCE;
}

form.forgot-pass {
    margin: 32px;
    padding: 16px 32px;
    border: 1px solid #C8C8C8;
    width: 380px;
    background: white url( ../image/body-bkg.jpg ) repeat-x top left;
}

form.forgot-pass input {
    font: normal 80% Tahoma, Arial, sans-serif;
    border: 1px solid #BABABA;
    background: url( ../image/field-bkg.gif ) repeat-x top left;
}

form.forgot-pass label {
    font: normal 80% Tahoma, Arial, sans-serif;
    margin: 0 16px 16px;
    color: black;
}

