I have a that needs to fit into a space whose size is not pre-determined (is a percentage of the screen size). I can get good results if FireFo
Try adding display:blockand border:0 to your #text_area. The former should take care of the height-issue and the latter prevents the width:100% to spill over.
display:block
border:0
#text_area
width:100%