body {
    text-align: center;
    margin: 0;
    padding: 0;
}

.body {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    min-height: 300px;
}

h1 {
    background-position: center;
    padding-top: 100px;
}

h2 {
    text-align: left;
    background: none;
}

fieldset.login-details {
    border-color: black -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 0;
    padding: 10px 0 6pt;
    background-color: white;
    background-image: none;
    width: 420px;
    text-align: left;
}

.login-details label {
    width: 15em;
}

.login-details input {
    height: 20px;
}

.submitButtons {
    text-align: right;
    width: 414px;
}

.submitButtons input {
    margin-left: 290px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #333333; 
    color: #CCCCCC;
    padding-left: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.footer a {
    color:#CCCCCC;
}
