Index: modules/comment_notify/comment_notify.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.css,v
retrieving revision 1.2
diff -U3 -r1.2 comment_notify.css
--- modules/comment_notify/comment_notify.css	16 Feb 2009 21:58:28 -0000	1.2
+++ modules/comment_notify/comment_notify.css	12 Mar 2009 16:26:58 -0000
@@ -8,10 +8,11 @@
   margin-left: 2em;  
 }
 
-#notify_clear {
-  clear: both;
+#comment-notify .form-radios {
+  overflow: hidden;
+  height: 100%;
 }
 
 #edit-notify-type-2-wrapper {
   margin-left: 1em;
-}
\ No newline at end of file
+}
Index: modules/comment_notify/comment_notify.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v
retrieving revision 1.54
diff -U3 -r1.54 comment_notify.module
--- modules/comment_notify/comment_notify.module	7 Mar 2009 19:22:51 -0000	1.54
+++ modules/comment_notify/comment_notify.module	12 Mar 2009 16:26:58 -0000
@@ -109,6 +109,7 @@
   }
 
   // If you want to hide this on your site see http://drupal.org/node/322482
+  $form['notify_open'] = array('#value' => '<div id="comment-notify">');
   $form['notify'] = array(
     '#type' => 'checkbox',
     '#title' => t('Notify me when new comments are posted'),
@@ -134,8 +135,7 @@
     $form['notify']['#default_value'] = $notify;
     $form['notify_type']['#default_value'] = $notify;
   }
-  // TODO: I wish this didn't have to be here, but I can't figure out what makes it better.  Patches welcome.
-  $form['notify_clearit'] = array('#value' => '<br id="notify_clear">', '#weight' => 9);
+  $form['notify_close'] = array('#value' => '</div>', '#weight' => 9);
 }
 
 /**
