В CSS заменяем код:
Code
.postTextFl {background:#0F0F13;border:1px solid #252525;width:550px;height:150px;color:#60606B;}
На:
Code
.postTextFl {width:550px;height:150px;color:#60606B;background: url(http://multi-cs.net.ru/New_DG/1.png) no-repeat top right;border:1px solid #60606B;}