Заходим в CSS, ищем
.quoteMessage и
.codeMessage Вместо них ставим:
Quote
/* Quote, Code */
.codeMessage {background:url(http://artportal.org.ru/code.gif) no-repeat #BEBFC0;font-size:7pt;padding:10px 10px 20px 50px;margin:5px 0px;color:#333333;lineHeight:1.8em;}
.quoteMessage {background:url(http://artportal.org.ru/quote.gif) no-repeat #BEBFC0;font-size:7pt;padding:10px 10px 20px 50px;margin:5px 0px;color:#333333;lineHeight:1.8em;}
/* ---------------- */