body, div.ricAppHeader {
    display: block;
}

body.ricAppTemplate {
    min-width: 320px;
}

label.ricRequired {
    width: 84px;
}

tr {
    margin-top: 2px;
    margin-top: 2px;
}

#submitButton {
    width: 118px;
}

body.browserIE #submitButton {
    width: 108px;
}

#feedback, #feedbackLoginFailure, #feedbackExpiredSession , #feedbackNewPassword, #feedbackMultipleResultsFound, 
#feedbackUserNotFound, #feedbackUserInactive {
    display: none;
}

@media screen {    
    #loginFormGroupboxParent {
        max-width: 430px;
    }
    
    #sitelegal {
        max-width: 500px;
    }

    div.center {
        margin: 0 auto;
    }
}

@media handheld, print, braille {
    #ricHeaderShield,div.ricAppFooterTop,div.ricPleaseWait{
        display: none;
    }
}