Index: wp-admin/custom-header.php
===================================================================
--- wp-admin/custom-header.php	(revision 15497)
+++ wp-admin/custom-header.php	(working copy)
@@ -421,8 +421,8 @@
 		$this->process_default_headers();
 ?>
 
+<?php screen_icon(); ?>
 <div class="wrap">
-<?php screen_icon(); ?>
 <h2><?php _e('Custom Header'); ?></h2>
 
 <?php if ( ! empty( $this->updated ) ) { ?>
@@ -430,7 +430,7 @@
 <p><?php printf( __( 'Header updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) ); ?></p>
 </div>
 <?php } ?>
-
+<div class="custom-header-image">
 <h3><?php _e( 'Header Image' ) ?></h3>
 <table class="form-table">
 <tbody>
@@ -475,8 +475,10 @@
 </tr>
 </tbody>
 </table>
+</div>
 
 <form method="post" action="<?php echo esc_attr( add_query_arg( 'step', 1 ) ) ?>">
+<div class="default-header-images">
 <table class="form-table">
 <tbody>
 	<?php if ( ! empty( $this->default_headers ) ) : ?>
@@ -512,8 +514,9 @@
 	<?php endif; ?>
 </tbody>
 </table>
-
+</div>
 	<?php if ( $this->header_text() ) : ?>
+<div class="custom-header-text">
 <h3><?php _e( 'Header Text' ) ?></h3>
 <table class="form-table">
 <tbody>
@@ -552,6 +555,7 @@
 
 </tbody>
 </table>
+</div>
 	<?php endif;
 
 wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
