--- panels_node.1.5.2.19.module	2010-08-26 13:02:01.000000000 -0400
+++ panels_node.body.module	2010-08-27 10:52:27.000000000 -0400
@@ -160,7 +160,9 @@
   );
 
   if (!empty($type->body_label)) {
-    $form['body'] = array(
+    $form['body_field']['#prefix'] = '<div class="body-field-wrapper">';
+    $form['body_field']['#suffix'] = '</div>';
+    $form['body_field']['body'] = array(
       '#type' => 'textarea',
       '#title' => check_plain($type->body_label),
       '#rows' => 10,
@@ -168,7 +170,7 @@
       '#description' => t('The teaser is a piece of text to describe when the panel is listed (such as when promoted to front page); the actual content will only be displayed on the full node view.'),
       '#default_value' => $node->body,
     );
-    $form['format'] = filter_form($node->format); // Now we can set the format!
+    $form['body_field']['format'] = filter_form($node->format); // Now we can set the format!
   }
 
 //  drupal_set_message('<pre>' . check_plain(var_export($node, true)) . '</pre>');
