Hi Graniteman
I had a look at your site in FF and you are right. I think it is because the textarea is floated left. The fix is a simple css to clear the float:
Code:
#recaptcha_widget_div{clear:left}
Hope this helps
Regards