--- imagefield_crop.module	2011-03-31 14:18:22.134882001 +0200
+++ imagefield_crop_patch.module	2011-03-31 14:19:58.394882002 +0200
@@ -406,6 +406,7 @@ function theme_imagefield_crop_widget($v
     $output .= drupal_render($element['cropbox']);
     $output .= '</div>';
   }
+  $output .= '</div>';
   $output .= drupal_render_children($element);
   return $output;
 }
