div.input_container {
    margin: 0 auto;
    width: 480px;
}
div.input {
    margin: 2px 4px;
    padding: 2px 4px;
}
div.input.right {
    text-align: right;
}
div.input label {
    font-weight: bold;
}
div.input input {
    margin-left: 8px;
    width: 256px;
}
div.submit {
    margin: 16px 0 0 0;
}
p.login-text {
    color: #e0e0e0;
    font-size: 1.2em;
    margin-bottom: 40px;
    text-align: center;
}
p.error-text {
    color: #f00;
    font-size: 1.2em;
    margin-top: 40px;
    text-align: center;
}
p.login-text a {
    color: #ffdd00;
}
a.logo-anchor {
    display: block;
    background-color: transparent;
    width: 300px;
    height: 94px;
}
#password-help {
}
#password-wait {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
