.container {
    background-image: url( ../img/blue/app_hdr_background.gif );
}

#header .appTitle {
    color: gainsboro;
}

.form .error {
    color: steelblue;
}

.button {
    background: url( "../img/blue/btn_login.gif" ) no-repeat inherit;
}

.about {
    color: steelblue;
}

.extra a {
    color: steelblue;
}
label.errorMsg_severityRed {
   text-transform: uppercase;
   font-family: "Arial", sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: rgb(183,51,63);
}


