body{
    margin              : 0;
    text-align          : left !important;
}
#info_message{
    display             : none;
    width               : 100%;
    /*height              : 60px;*/
    position            : absolute;
    top                 : 0;
    position            : fixed;
    /*z-index             : 50000;*/
    margin              : 0;
    padding             : 0;
    border-bottom       : 1px solid #888;
}
.center_auto{
    margin              : 0 auto;
    width               : 98%;
    padding             : 2px 5px;
}
#info_message .message_area {
    float               : left; 
    width               : 98%;
    margin              : 18px 0px 5px 0px;
}
#info_message .message_area span.link_ribbon {
    color               : #999999;
    text-decoration     : underline;
    cursor              : pointer;
}
#info_message .button_area {
    float               : right;
    width               : 36px;
    height              : 36px;
    margin              : 3px;
}
#info_message .button2_area {
    float               : right;
    width               : 48px;
    height              : 48px;
    margin              : 3px;
}
.error_bg{
    background          : linear-gradient(#ffffff, #ffcccc);
}
.error_bg .message_area{
    font                : 14px Tahoma;
    color               : #a20510;
    text-shadow         : 0 1px 0 #fff; 
}
.error_bg .button_area{
    background          : url('../images/jNotification/error_close.png') 0 0 no-repeat;    
    cursor              : pointer;
}
.error_bg .button2_area{
    background          : url('../images/jNotification/error_icon.png') 0 0 no-repeat;    
}
.error_bg .info_more_descrption{

    -moz-box-shadow     : 0 0 5px #b2495b;
    -webkit-box-shadow  : 0 0 5px #b2495b;
    box-shadow          : 0 0 5px #b2495b;
}
.succ_bg{
    background          : linear-gradient(#ffffff, #ccffcc);
}
.succ_bg .message_area{
    font                : 14px Tahoma;
    color               : #2f7c00;
    text-shadow         : 0 1px 0 #fff; 
}
.succ_bg .button_area{
    background          : url('../images/jNotification/succ_close.png') 0 0 no-repeat;    
    cursor              : pointer;
}
.succ_bg .button2_area{
    background          : url('../images/jNotification/succ_icon.png') 0 0 no-repeat;    
}
.info_bg{
    background          : linear-gradient(#ffffff, #ccffff);
}
.info_bg .message_area{
    font                : 14px Tahoma;
    color               : #0d9a95;
    text-shadow         : 0 1px 0 #fff; 
}
.info_bg .button_area{
    background          : url('../images/jNotification/info_close.png') 0 0 no-repeat;    
    cursor              : pointer;
}
.info_bg .button2_area{
    background          : url('../images/jNotification/info_icon.png') 0 0 no-repeat;    
}
.warn_bg{
    background          : linear-gradient(#ffffff, #ffffcc);
}
.warn_bg .message_area{
    font                : 14px Tahoma;
    color               : #ff9900;
    text-shadow         : 0 1px 0 #fff; 
}
.warn_bg .button_area{
    background          : url('../images/jNotification/warn_close.png') 0 0 no-repeat;    
    cursor              : pointer;
}
.warn_bg .button2_area{
    background          : url('../images/jNotification/warn_icon.png') 0 0 no-repeat;    
}
.clearboth{
    clear               : both;
}
.info_more_descrption{
    display             : none;
    width               : 950px;
    height              : 300px;
    background          : #fff;
    margin              : 0 auto;
    padding             : 10px;
    background          : #fbfbfb;
    overflow            : auto;
}
.succ_bg .info_more_descrption{    
    -moz-box-shadow     : 0 0 5px #56a25e;
    -webkit-box-shadow  : 0 0 5px #56a25e;
    box-shadow          : 0 0 5px #56a25e;
}
#divSysEng_Notification {
    width               : 100%;
    display             : none;
    position            : absolute;
    top                 : 0;
    position            : fixed;
    margin              : 0;
    padding             : 0;
}
#iframeSysEng_Notification {
    width               : 100%;
}
