/*******************************************************************************
 * Common frontend styles
 ******************************************************************************/

/*******************************************************************************
 * Message boxes
 ******************************************************************************/
.JJ_SystemMessage_Info {
    font-weight:normal;
    color:#000000;
    text-align:center;
    padding-top:20px;
}
.JJ_SystemMessage_Warning {
    font-weight:bold;
    color:#000000;
    text-align:center;
    padding-top:20px;
}
.JJ_SystemMessage_Error {
    font-weight:bold;
    color:#CC0000;
    text-align:center;
    padding-top:20px;
}