Index: wp-admin/edit-comments.php
===================================================================
--- wp-admin/edit-comments.php	(revision 12207)
+++ wp-admin/edit-comments.php	(working copy)
@@ -149,7 +149,6 @@
 }
 ?>
 
-<form id="comments-form" action="" method="get">
 <ul class="subsubsub">
 <?php
 $status_links = array();
@@ -199,11 +198,13 @@
 ?>
 </ul>
 
+<form id="comments-search-form" action="" method="get">
 <p class="search-box">
 	<label class="screen-reader-text" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
 	<input type="text" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" />
 	<input type="submit" value="<?php esc_attr_e( 'Search Comments' ); ?>" class="button" />
 </p>
+</form>
 
 <?php
 $comments_per_page = get_user_option('edit_comments_per_page');
@@ -243,7 +244,7 @@
 ));
 
 ?>
-
+<form id="comments-form" action="" method="post">
 <input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" />
 <?php if ( $post_id ) : ?>
 <input type="hidden" name="p" value="<?php echo esc_attr( intval( $post_id ) ); ?>" />
