.sbl { background: url('../images/speech_bubble/bottom_left.png') bottom left no-repeat #FFFFFF; width: 400px; text-align: center; min-width: 100px; }
.sbr { background: url('../images/speech_bubble/bottom_right.png') bottom right no-repeat; }
.stl { background: url('../images/speech_bubble/top_left.png') top left no-repeat; }
.str { background: url('../images/speech_bubble/top_right.png') top right no-repeat; padding: 10px; } 
.sb { padding: 2px 0px 10px 50px; background: url('../images/speech_bubble/tip.png') 30px top no-repeat; }

textarea.tweetText{
    overflow:hidden;
    width: 300px;
    height: 100px;
    border: none;
    font-style: italic;
}