body {
    background-color: #767676;
    background-position: center top;
    font-family: Arial,Sans-Serif;
    font-size: 10pt;
    height: 100%;
    margin: 0;
    overflow: scroll;
    padding: 0;
}

.centered-container {
    width: 100%;
}

#logo {
    height: 29px;
}

#content {
    background-color: #FFFFFF;
    padding: 1px;
}

#login {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-bottom-colors: none;
    -o-border-image: none;
    -o-border-left-colors: none;
    -o-border-right-colors: none;
    -o-border-top-colors: none;
    -webkit-border-bottom-colors: none;
    -webkit-border-image: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -ms-border-bottom-colors: none;
    -ms-border-image: none;
    -ms-border-left-colors: none;
    -ms-border-right-colors: none;
    -ms-border-top-colors: none;
    background-position: center bottom;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 1px 4px 4px 1px;
    width: 100%;
}

#login input[type="submit"] {
    background-image: url("../images/signintrans.png");
    border: 0 solid #FFFFFF;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    text-indent: -200px;
    width: 72px;
}

#footer {
    padding-top: 20px;
}

h1 {
    font-family: Arial; 
    margin: 0px;
}

label {
    font-weight: bolder;
}

input {
    margin-bottom: 10px;
}

#messages {
    color: #FF0000;
    font-weight: bolder;
}

.labelSpace {
    width: 150px;
    float: left;
    padding-top: 5px;
    clear: both;
}

#forgotUserIdPanel, #RegisterPanel, #resetPasswordPanel {
    background-color: #FFFFFF;
}

#formTitle {
    background-color: #D0E4FE;
    font-size: 15pt;
    font-weight: bolder;
    height: 25px;
    color: #565656;
    margin-bottom: 10px;
}

#south {
    padding: 2px 0px 2px 0px;
    font-family: tahoma,arial,verdana,sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    background-color: #d0e4fe;
    text-align: center;
}

legend {
    font-weight: bolder;
    color: #15428B;
}

#disclaimer {
    font-weight: bolder;
    font-size: 10pt;
}

#secquestion {
    font-size: 0.75em;
    margin-bottom: 5px;
}

button[type="submit"] {
    background-color: #262C32;
    width: 130px;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
    color: #EFDDA8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    margin: 5px;
}