diff --git a/comment-wrapper.tpl.php b/comment-wrapper.tpl.php
index a9136d6..555e9fe 100644
--- a/comment-wrapper.tpl.php
+++ b/comment-wrapper.tpl.php
@@ -10,7 +10,7 @@
   <?php print render($content['comments']); ?>
 
   <?php if ($content['comment_form']): ?>
-    <section id="comment-form">
+    <section id="comment-form-wrapper">
       <h2 class="title"><?php print t('Add new comment'); ?></h2>
       <?php print render($content['comment_form']); ?>
     </section> <!-- /#comment-form -->
