Not sure how compatible this stuff is, but this may work:
edit your CSS file and add:
Code:
.hidden { visibility:hidden; }
alternatively you could edit the editor_ckeditor template and add the following to the top
Code:
<style>
.hidden { visibility:hidden; }
</style>
then edit the pm_newpm template and replace
Code:
<textarea name="message" rows="20" cols="20" style="width:100%; height:100px" tabindex="1"></textarea>
with
Code:
{vb:raw messagearea}
and that might do it