Кажется разобрался. Вот код, вдруг кому-нибудь пригодиться:
<div class="msg_tl"><div class="msg_tr">
<div class="msg_top">
текст
</div>
</div></div>
.msg_top { background: url("images/msg_t.gif") repeat-x; height:25px; width:100%; min-width: 380px;}
.msg_tl { background: url("images/msg_tl.gif") no-repeat; height:25px; }
.msg_tr { background: url("images/msg_tr.gif") right top no-repeat; height:25px; padding: 0 15px; }