Index: modules/comment/comment-wrapper.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment-wrapper.tpl.php,v
retrieving revision 1.7
diff -u -p -r1.7 comment-wrapper.tpl.php
--- modules/comment/comment-wrapper.tpl.php	28 Jul 2009 10:09:25 -0000	1.7
+++ modules/comment/comment-wrapper.tpl.php	27 Aug 2009 05:38:04 -0000
@@ -32,15 +32,13 @@
 ?>
 <div id="comments" class="<?php print $classes; ?>">
   <?php if ($node->type != 'forum'): ?>
-    <h2 class="comments"><?php print t('Comments'); ?></h2>
+    <h2 class="title"><?php print t('Comments'); ?></h2>
   <?php endif; ?>
 
   <?php print render($content['comments']); ?>
 
   <?php if ($content['comment_form']): ?>
-    <h2 class="title"><?php print t('Post new comment'); ?></h2>
-    <div>
-      <?php print render($content['comment_form']); ?>
-    </div>
+    <h2 class="title comment-form"><?php print t('Post new comment'); ?></h2>
+    <?php print render($content['comment_form']); ?>
   <?php endif; ?>
 </div>
