I\'ve got a textarea inside a div:
<
The textarea is using a different font by default, so the size is different (as ems relate to the text size).
Add this:
#textareawrapper textarea { font-size: 100%; font-family: inherit; }
Tested & working in FF3