Dodałeś do np. global.css?:
Kod:
.noticeui111 { background: url('noticebg.png') repeat-x scroll 0px 0px transparent; color: rgb(255, 255, 255); width: 83%; height: 50px; font-weight: normal; padding: 13px 15px 0px; margin-bottom: 2.5em; border-radius: 6px 6px 6px 6px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); position: relative; left: 34px; }
.noticeui111 p { margin-bottom: 1.5em; }
.noticeui111 p:last-child { margin-bottom: 0px; }
.noticeui111 h5 { font-size: 14px; font-weight: bold; margin-bottom: 0.65em; }
.noticeui111 span { background: url('noticetabs.png') no-repeat scroll 100% 0px transparent; width: 33px; height: 40px; position: absolute; left: -34px; top: 9px; }
.noticeui111-warn { background-color: rgb(255, 234, 151); color: rgb(121, 97, 0); border: 1px solid rgb(225, 181, 0); }
.noticeui111-warn span { background-position: 100% -800px; }
.noticeui111-error { background-color: rgb(239, 206, 201); color: rgb(147, 54, 40); border: 1px solid rgb(174, 63, 47); }
.noticeui111-error span { background-position: 100% -400px; }
.noticeui111-info { background-color: rgb(198, 216, 240); color: rgb(40, 87, 151); border: 1px solid rgb(67, 129, 205); }
.noticeui111-info span { background-position: 100% -1200px; }
.noticeui111-success { background-color: rgb(238, 244, 212); color: rgb(89, 108, 38); border: 1px solid rgb(143, 173, 61); }
.noticeui111-success span { background-position: 100% 0px; }