Index: temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php	(revision 937)
+++ temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php	(revision 938)
@@ -38,5 +38,5 @@
 $token=&XoopsMultiTokenHandler::quickCreate('newbb_post');
 
-
+echo "<div style='padding: 15px 0;'>";
 echo "<form action='post.php' method='post' name='forumform' id='forumform' onsubmit='return xoopsValidate(\"subject\", \"message\", \"contents_submit\", \"".htmlspecialchars(_PLZCOMPLETE, ENT_QUOTES)."\", \"".htmlspecialchars(_MESSAGETOOLONG, ENT_QUOTES)."\", \"".htmlspecialchars(_ALLOWEDCHAR, ENT_QUOTES)."\", \"".htmlspecialchars(_CURRCHAR, ENT_QUOTES)."\");'><table cellspacing='1' class='outer' width='100%'><tr><td class='head' width='25%' valign='top'>". _MD_ABOUTPOST .":</td>";
 echo $token->getHtml();
@@ -198,3 +198,4 @@
 echo " class='formButton' value='"._MD_CANCELPOST."' />";
 echo "</td></tr></table></form>\n";
+echo "</div>";
 ?>
