#statusSection,.status-section{height:30px;position:absolute;width:960px;left:calc((100% - 960px)/2);z-index:20}#statusBlock,#statusSection.status-section,.status-section{display:none}#statusBlock,.status-block{width:960px;height:100%;margin:auto;background-repeat:repeat-x;border-radius:0 0 5px 5px}#statusBlock.status-block,.status-block{display:block!important}#statusBlock.success,.status-block.success{background-image:url(../img/status_success_background.png)}#statusBlock.warn,.status-block.warn{background-image:url(../img/status_warning_background.png)}#statusBlock.error,.status-block.error{background-image:url(../img/status_error_background.png)}.status-icon{float:left;background-position:center center;background-repeat:no-repeat;width:30px;height:30px}#statusBlock.success .status-icon,.status-block.success .status-icon{background-image:url(../img/success_check.png)}#statusBlock.warn .status-icon,.status-block.warn .status-icon{background-image:url(../img/warn_exclamation.png)}#statusBlock.error .status-icon,.status-block.error .status-icon{background-image:url(../img/error_x.png)}.status-text a{color:#fff}.status-text{float:left;width:900px;height:30px;line-height:30px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-closer{float:right;background-image:url(../img/slide_up.png);background-position:center center;background-repeat:no-repeat;width:30px;height:30px;cursor:pointer}