diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index 0ca11414d904e78c41542ef636636e3ef87e9ffd..0a52cb1ba323aded2bf30d7fc4a0a8202762f26f 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -24,7 +24,7 @@
       <div id="primary"><?php print theme('links', $primary_links) ?></div>
       <?php if ($search_box) { ?><form action="<?php print $search_url ?>" method="post">
         <div id="search">
-          <input class="form-text" type="text" size="15" value="" name="keys" alt="<?php print $search_description ?>" />
+          <input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="<?php print $search_description ?>" />
           <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" />
         </div>
       </form><?php } ?>
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index f10f65927c1ba662f63a6ea2426ed9628a3719b2..1e12620547d980b7494c41e0a0f982bbdedae11b 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -56,7 +56,7 @@
       <?php if ($search_box): ?>
       <form action="<?php print $search_url ?>" method="post">
         <div id="search">
-          <input class="form-text" type="text" size="15" value="" name="keys" alt="<?php print $search_description ?>" />
+          <input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="<?php print $search_description ?>" />
           <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" alt="submit" />
         </div>
       </form>
@@ -139,4 +139,4 @@
 <?php endif; ?>
 <?php print $closure;?>
 </body>
-</html>
\ No newline at end of file
+</html>