div#login {
    width: 400px;
    margin: auto;
    text-align: center;
}
div#login table {
    margin: 20px auto;
}
div#login table td {
    text-align: left;
}

div#password-change {
    text-align: center;
    width: 600px;
    margin: auto;
}
div#password-change table {
    margin: 20px auto;
}
div#password-change table th {
    text-align: right;
}
div#password-changed {
    text-align: center;
}


div#logged-out {
    width: 500px;
    margin: 20px auto;
    text-align: center;
}
div#logged-out div {
    margin: 15px 0px;
}


div#registration {
    text-align: center;
}
div#registration table {
    margin: 20px auto;
}
div#registration table th {
    text-align: right;
}
div#registration input[type="text"], div#registration input[type="password"], div#registration textarea {
    background:none repeat scroll 0 0 #BCD9E8;
    border:medium none;
    color:#175A87;
    font-weight:bold;
    padding:5px;
}


div#registration-complete {
    width: 450px;
    text-align: center;
    margin: 10px auto;
}

div#activation-complete {
    width: 450px;
    text-align: center;
    margin: 10px auto;
}
