Index: image_captcha.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/captcha/image_captcha/image_captcha.module,v
retrieving revision 1.36
diff -u -r1.36 image_captcha.module
--- image_captcha.module	16 Nov 2010 22:58:26 -0000	1.36
+++ image_captcha.module	22 Nov 2010 09:59:13 -0000
@@ -220,7 +220,7 @@
         $img_src = check_url(url("image_captcha/$captcha_sid/" . REQUEST_TIME));
         $result['form']['captcha_image'] = array(
           '#type' => 'markup',
-          '#markup' => '<img src="' . $img_src . '" alt="' . t('Image CAPTCHA') . '" title="' . t('Image CAPTCHA') . '" />',
+          '#markup' => '<img src="' . $img_src . '" width="90" height="36" alt="' . t('Image CAPTCHA') . '" title="' . t('Image CAPTCHA') . '" />',
           '#weight' => -2,
         );
         $result['form']['captcha_response'] = array(

