I've attached forum/post.html as a possible improved layout that doesn't require horizontal scrolling, even on a small monitor. The following minor changes also need to be made in lang/xx/forum.php.
$string['postingtip'] = "<B>Posting tips:</B><br />
When replying:
and in styles.php
ul {
margin-bottom: 5px;
margin-top: 0px;
}
I left a one pixel table border to show more easily how it's done.
HTH,
RWW