body{
    margin: 0px;
}
div#form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
}
form {
    margin: 0;
}
div.header-filler {
    background-color: #E6F6F9;
    position: fixed;
    top: 0;
    width: 100%;
    height: 28px;
    z-index: -1;
    border-bottom: #23527c;
    border-bottom-style: double;
}
div.auth-header input {
    float: right;
    margin-right: 15px;
    margin-top: 2px;
}
span.error-message {
    font-size: larger;
    color: brown;
}