Index: wp-admin/user-edit.php
===================================================================
--- wp-admin/user-edit.php	(revision 23179)
+++ wp-admin/user-edit.php	(working copy)
@@ -201,7 +201,7 @@
 
 <h3><?php _e('Personal Options'); ?></h3>
 
-<table class="form-table">
+<table class="form-table visual-editor">
 <?php if ( rich_edit_exists() && !( IS_PROFILE_PAGE && !$user_can_edit ) ) : // don't bother showing the option if the editor has been removed ?>
 	<tr>
 		<th scope="row"><?php _e('Visual Editor')?></th>
@@ -239,7 +239,7 @@
 
 <h3><?php _e('Name') ?></h3>
 
-<table class="form-table">
+<table class="form-table name">
 	<tr>
 		<th><label for="user_login"><?php _e('Username'); ?></label></th>
 		<td><input type="text" name="user_login" id="user_login" value="<?php echo esc_attr($profileuser->user_login); ?>" disabled="disabled" class="regular-text" /> <span class="description"><?php _e('Usernames cannot be changed.'); ?></span></td>
@@ -331,7 +331,7 @@
 
 <h3><?php _e('Contact Info') ?></h3>
 
-<table class="form-table">
+<table class="form-table contact">
 <tr>
 	<th><label for="email"><?php _e('E-mail'); ?> <span class="description"><?php _e('(required)'); ?></span></label></th>
 	<td><input type="text" name="email" id="email" value="<?php echo esc_attr($profileuser->user_email) ?>" class="regular-text" />
@@ -364,7 +364,7 @@
 
 <h3><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h3>
 
-<table class="form-table">
+<table class="form-table about">
 <tr>
 	<th><label for="description"><?php _e('Biographical Info'); ?></label></th>
 	<td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // textarea_escaped ?></textarea><br />
