#info_message {
    display: none;
    height: 51px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50000;
}
.center_auto {
    margin: 0 auto;
    padding: 15px 25px;
    width: 950px;
}
#info_message .message_area {
    float: left;
    width: 98%;
}
#info_message .message_area span.link_ribbon {
    color: #999999;
    cursor: pointer;
    text-decoration: underline;
}
#info_message .button_area {
    float: left;
    height: 10px;
    margin-top: 3px;
    width: 11px;
}
.error_bg {
    background: url("../img/notifications/error_bg.png") repeat-x scroll 0 0 transparent;
}
.error_bg .message_area {
    color: #A20510;
    font: bold 14px arial;
    text-shadow: 0 1px 0 #FFFFFF;
}
.error_bg .button_area {
    background: url("../img/notifications/error_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.error_bg .info_more_descrption {
    box-shadow: 0 0 5px #B2495B;
}
.succ_bg {
    background: url("../img/notifications/succ_bg.png") repeat-x scroll 0 0 transparent;
}
.succ_bg .message_area {
    color: #2F7C00;
    font: bold 14px arial;
    text-shadow: 0 1px 0 #FFFFFF;
}
.succ_bg .button_area {
    background: url("../img/notifications/succ_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.info_bg {
    background: url("../img/notifications/info_bg.png") repeat-x scroll 0 0 transparent;
}
.info_bg .message_area {
    color: #0D9A95;
    font: bold 14px arial;
    text-shadow: 0 1px 0 #FFFFFF;
}
.info_bg .button_area {
    background: url("../img/notifications/info_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.warn_bg {
    background: url("../img/notifications/warn_bg.png") repeat-x scroll 0 0 transparent;
}
.warn_bg .message_area {
    color: #A39709;
    font: bold 14px arial;
    text-shadow: 0 1px 0 #FFFFFF;
}
.warn_bg .button_area {
    background: url("../img/notifications/warn_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.clearboth {
    clear: both;
}
.info_more_descrption {
    background: none repeat scroll 0 0 #FBFBFB;
    display: none;
    height: 300px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px;
    width: 950px;
}
.succ_bg .info_more_descrption {
    box-shadow: 0 0 5px #56A25E;
}