#online_request_mobile .error-response-top, #online_request .error-response-top {
    -moz-border-radius: 8px;
    background-color:   #F6EEE7;
    border:             1px solid #CF0000;
    margin:             20px 0px;
    padding:            10px;
}

#online_request_mobile .error-response-top h2, #online_request .error-response-top h2 {
    color:       #333;
    font-size:   130%;
    font-weight: normal;
    line-height: 130%;
    margin:      0 0 5px 0;
    padding:     0;
}

#online_request_mobile .error-response-top p, #online_request .error-response-top p {
    margin:  0;
    padding: 0;
}

#online_request_mobile .error-response-top .highlight, #online_request .error-response-top .highlight {
    color:       #CF0000;
    font-weight: bold;
}