Index: captcha.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/captcha/captcha.inc,v
retrieving revision 1.11.2.4
diff -u -r1.11.2.4 captcha.inc
--- captcha.inc	5 Jul 2010 21:37:21 -0000	1.11.2.4
+++ captcha.inc	19 Aug 2010 01:16:31 -0000
@@ -324,7 +324,7 @@
   if ($target_key == NULL || !array_key_exists($target_key, $form_stepper)) {
     // Optionally, set weight of CAPTCHA element.
     if ($target_weight != NULL) {
-      $captcha_element['#weight'] = $target_weight;
+      $captcha_element['#weight'] = $target_weight - 1.1;
     }
     $form_stepper['captcha'] =  $captcha_element;
   }
