.logo {
    margin-top: 15px;
    margin-bottom: 20px;
}
#mainFooter label {
    color: #fff;
}
a {
    color: #9e9e9e;
}
p {
    margin-bottom: 0;
}
.loginBox {
    background: #333 !important;
    border-top: none !important;
    padding-top: 10px;
    padding-bottom: 15px;
}
.backgroundImage {
    background-repeat: no-repeat;
    background-position-x: 770px;
    background-position-y: 75px;
}
.fbutton {
    background: #0089C7;
    background-color: #0089C7;
    margin-top: 15px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.fbutton:hover {
    color: #0089C7;
}
.errorMsg {
    float: left;
    border-right: #999 1px solid;
    background: url(images/metro_warning.gif) #ffdfdf no-repeat 7px 5px;
    margin-bottom: 1em;
    color: red;
    border-bottom: #999 1px solid;
    padding: .25em .25em .25em 2.5em;
}
table.login input {
    margin-left: 10px;
}
input[type="checkbox"] {
    margin: -4px 0 0;
}
label {
    display: inline;
}