Hey, this is a simple little display bug I noticed, it happens on all browsers, I've viewed it on IE 9 , latest opera, latest firefox and the latest chrome. (all the same effect).
For making a new topic page: (Or all places where the text area is shown, I think new pm's too):

And for making replies/etc:

A simple fix I found while viewing the inspect element on Opera/Chrome is:
Is to simply change the
"<textarea name="Post" style="width: 100%; height: 300px;" tabindex="3"></textarea>"
to
"<textarea name="Post" style="width:
99.5%; height: 300px;" tabindex="3"></textarea>"
Now it looks like:

I've done this on fire,chrome,ie and opera and the 99.5% works perfectly.
Anyways, with that fix, it matches the left side and looks tons better I think.
This post was edited by HighschoolTurd on Dec 7 2012 04:35pm