#auth_failure {
    text-align: center;
    font-weight: bold;
    color: red;
}

#auth_success {
    text-align: center;
    font-weight: bold;
    color: green;
}


#auth_form {
    position: absolute;
    right: 100px;
    top: 0;
    padding-top: 3px;
}

p.auth_form_p {
}

label.auth_form_label {
    text-decoration: none;
    text-transform: lowercase;
    font-size: 0.9em;
    text-align: right;
    color: #CCC;
}

span.auth_form_span {
    text-decoration: none;
    text-transform: lowercase;
    font-size: 0.9em;
    text-align: right;
    color: #AAA;
}

input.auth_form_input {
    font-size: 0.8em;
    border-width: 1px;
    border-style: solid;
    border-color: #AAA;
    padding-left: 5px;
    padding-right: 5px;
    width: 90px;
}

input.auth_form_input_submit {
    font-size: 0.7em;
    text-transform: lowercase;
    border-style: solid;
    border-width: 1px;
    border-color: #AAA;
    color: #AAA;
    background-color: #FFF;
    padding-left: 2px;
    padding-right: 2px;
    height: 19px;
    margin-left: 1em;
}

input.auth_form_input_submit:hover {
    cursor: pointer;
}


#auth_form_screen {
    position: relative;
    top: 100px;
    width: 400px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 100px;
    border: solid 1px black;
    background-color: #EEE;
}

#login_text {
    text-align: center; 
    margin-top: 10px;
    font-size: 1.1em;
}

p.auth_form_screen_p {
}

label.auth_form_screen_username_label {
    font-size: 1em;
    text-align: left;
    color: #000;
    position: absolute;
    top: 63px;
    right: 200px;
    width: 170px;
}

label.auth_form_screen_password_label {
    font-size: 1em;
    text-align: left;
    color: #000;
    position: absolute;
    top: 93px;
    right: 200px;
    width: 170px;
}


input.auth_form_screen_username {
    font-size: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #AAA;
    padding-left: 5px;
    padding-right: 5px;
    width: 120px;
    position: absolute;
    top: 63px;
    left: 230px;
}

input.auth_form_screen_password {
    font-size: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #AAA;
    padding-left: 5px;
    padding-right: 5px;
    width: 120px;
    position: absolute;
    top: 93px;
    left: 230px;
}


input.auth_form_screen_submit {
    font-size: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #AAA;
    color: #000;
    background-color: #FFF;
    position: absolute;
    top: 140px;
    width: 70px;
    left: 175px;
    
}

input.auth_form_screen_input_submit:hover {
    cursor: pointer;
}


/* Admin stuff */
h1.auth_title {
    margin-bottom: 30px;
    text-align: center;
    line-height: 20px;
}

p.auth_error {
    text-align: center;
    padding-top: 50px;
    text-align: center;
    color: red;
}
p.auth_message {
    text-align: center;
    padding-top: 50px;
    text-align: center;
}

a.auth_add {
    float: left;
    margin-top: -15px;
    margin-left: 1px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
    text-decoration: none;
    font-style: italic;
    background-color: #CCC;
}

a.auth_add:hover {
    background-color: #DDD;
}

ol.auth_list {
    position: relative;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: -4px;
    margin-right: -4px;
}

a.auth_float_list {
    position: absolute;
    margin-right: 2px;
    margin-left: 2px;
    width: 65px;
    text-align: center;
}
a.account_add {
}

#account_list {
}

li.account_list {
    padding: 3px;
    padding-left: 10px;
}

span.admin_account_username {
}

a.admin_account_list_edit {
    right: 145px;
}
a.admin_account_list_delete {
    right: 75px;
}
a.admin_account_list_active {
    right: 5px;
    color: green;
}
a.admin_account_list_deactive {
    right: 5px;
    color: red;
}

form.auth_form {
    padding: 5px;
    background-color: #AAA;
}

label.auth_form {
    font-size: 90%;
    text-align: right;
    width: 150px;
}

input.auth_form {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 90%;
}


/* Specific for domain form */
#account_form {
    position: relative;
    height: 100px;
    width: 440px;
    margin: 0 auto;
}

#account_form_username_label {
    position: absolute;
    top: 15px;
    left: 65px;
}

#account_form_username {
    position: absolute;
    top: 15px;
    left: 225px;
    width: 150px;
}

#account_form_password_label {
    position: absolute;
    top: 45px;
    left: 65px;
}

#account_form_password {
    position: absolute;
    top: 45px;
    left: 225px;
    width: 150px;
}

#account_submit {
    position: absolute;
    top: 80px;
    left: 225px;
    width: 100px;
}
#account_cancel {
    position: absolute;
    top: 80px;
    left: 115px;
    width: 100px;
}

