Дизайн - Управление дизайном (CSS) ,находим:
Code
.quoteMessage {...}
.codeMessage {...}
И заменяем на:
Code
.quoteMessage {
border: 1px dotted #c39b1f !important;
border-left: 5px solid #ffca29 !important;
background: #fafafa url("http://u-ucoz.ru/ico/qoute.gif") !important;
background-repeat: no-repeat !important;
background-position: right top !important;
color: #888888 !important;
padding: 10px !important;
overflow: auto !important;
}
.codeMessage {
margin-top: 10px !important;
border: 1px dotted #6baac4 !important;
border-left: 5px solid #2ec2ff !important;
background: #fafafa url("http://u-ucoz.ru/ico/kod.gif") !important;
background-repeat: no-repeat !important;
background-position: right top !important;
color: #888888 !important;
padding: 10px !important;
overflow: auto !important;
}