.noticeboxesde,.noticeboxesc{clear:both;position:relative;background:#fff;border:1px solid #dfdfdf;color:#373737;border-radius:4px!important;display:block;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;-o-border-radius:4px!important;margin:0 0 20px;padding:15px}.noticeboxesc{text-align:center}.noticeboxesde.bluenoticebox,.noticeboxesc.bluenoticebox{background:#e1f4fc;border:1px solid #B7E5FF;color:#0889d0}.noticeboxesde.greennoticebox,.noticeboxesc.greennoticebox,.noticeboxesde.downgreennoticebox,.noticeboxesc.downgreennoticebox{background-color:#edfdd3;border:1px solid #c4dba0;color:#657e3c}.noticeboxesde.yellownoticebox,.noticeboxesc.yellownoticebox{background:#fff7d6;border:1px solid #e9d477;color:#956433}.noticeboxesde.rednoticebox,.noticeboxesc.rednoticebox{background:#FEF5F4;border:1px solid #FEF5F4;color:#bf210e}.noticeboxesde .nbox-close,.noticeboxesc .nbox-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAYElEQVR42nWPsQ3AIBADr2IEmCk0yQhU7D9CHOATKxLQ2Gc9bwASB5k4WS4x8EmnrShLdRFFVaKvaOLnVsw0U2O+vCBwiYUeGfbnvho/bNF2+bZu4rKVs8YVf6/WpMgJ39LDIfVy5ZkWAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent;display:block;height:12px;opacity:.4;overflow:hidden;position:absolute;right:10px;text-indent:-999px;top:20px;width:12px;cursor:pointer}.noticeboxesde .nbox-close:hover,.noticeboxesc .nbox-close:hover{opacity:1}
.noticeboxesde a,.noticeboxesc a{color:#444}
.bluenoticebox a{ color:#3367D6; }
.noticeboxesde.bluenoticebox {
    background-image: url("images/info.png");
	background-position: 12px 8px !important;
    background-repeat: no-repeat;    
    padding: 12px 12px 12px 53px !important;
}
.noticeboxesde.rednoticebox {
    background-image: url("images/error.png");
	background-position: 12px 8px !important;
    background-repeat: no-repeat;    
    padding: 12px 12px 12px 53px !important;
}
.noticeboxesde.greennoticebox {
    background-image: url("images/success.png");
	background-position: 12px 8px !important;
    background-repeat: no-repeat;    
    padding: 12px 12px 12px 53px !important;
}
.noticeboxesde.yellownoticebox {
    background-image: url("images/warning.png");
	background-position: 12px 8px !important;
    background-repeat: no-repeat;    
    padding: 12px 12px 12px 53px !important;
}
.noticeboxesde.downgreennoticebox {
    background-image: url("images/downloads.png");
	background-position: 12px 8px !important;
    background-repeat: no-repeat;    
    padding: 12px 12px 12px 53px !important;
}