Index: /Users/simon/Projects/WordPress/site/wordpress/wp-admin/user-edit.php
===================================================================
--- /Users/simon/Projects/WordPress/site/wordpress/wp-admin/user-edit.php	(revision 8852)
+++ /Users/simon/Projects/WordPress/site/wordpress/wp-admin/user-edit.php	(working copy)
@@ -166,14 +166,14 @@
 
 <h3><?php _e('Personal Options'); ?></h3>
 
-<table class="form-table">
+<table class="form-table personal-options">
 <?php if ( rich_edit_exists() ) : // don't bother showing the option if the editor has been removed ?>
-	<tr>
+	<tr class="visual-editor">
 		<th scope="row"><?php _e('Visual Editor')?></th>
 		<td><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', $profileuser->rich_editing); ?> /> <?php _e('Use the visual editor when writing'); ?></label></td>
 	</tr>
 <?php endif; ?>
-<tr>
+<tr class="admin-colour-scheme">
 <th scope="row"><?php _e('Admin Color Scheme')?></th>
 <td><fieldset><legend class="hidden"><?php _e('Admin Color Scheme')?></legend>
 <?php
@@ -207,13 +207,13 @@
 <h3><?php _e('Name') ?></h3>
 
 <table class="form-table">
-	<tr>
+	<tr class="username">
 		<th><label for="user_login"><?php _e('Username'); ?></label></th>
 		<td><input type="text" name="user_login" id="user_login" value="<?php echo $profileuser->user_login; ?>" disabled="disabled" /> <?php _e('Your username cannot be changed'); ?></td>
 	</tr>
 
 <?php if ( !$is_profile_page ): ?>
-<tr><th><label for="role"><?php _e('Role:') ?></label></th>
+<tr class="role"><th><label for="role"><?php _e('Role:') ?></label></th>
 <?php
 // print_r($profileuser);
 echo '<td><select name="role" id="role">';
@@ -237,22 +237,22 @@
 ?>
 <?php endif; ?>
 
-<tr>
+<tr class="first-name">
 	<th><label for="first_name"><?php _e('First name') ?></label></th>
 	<td><input type="text" name="first_name" id="first_name" value="<?php echo $profileuser->first_name ?>" /></td>
 </tr>
 
-<tr>
+<tr class="last-name">
 	<th><label for="last_name"><?php _e('Last name') ?></label></th>
 	<td><input type="text" name="last_name" id="last_name" value="<?php echo $profileuser->last_name ?>" /></td>
 </tr>
 
-<tr>
+<tr class="nickname">
 	<th><label for="nickname"><?php _e('Nickname') ?></label></th>
 	<td><input type="text" name="nickname" id="nickname" value="<?php echo $profileuser->nickname ?>" /></td>
 </tr>
 
-<tr>
+<tr class="display-name">
 	<th><label for="display_name"><?php _e('Display name publicly&nbsp;as') ?></label></th>
 	<td>
 		<select name="display_name" id="display_name">
@@ -278,28 +278,28 @@
 
 <h3><?php _e('Contact Info') ?></h3>
 
-<table class="form-table">
-<tr>
+<table class="form-table contact-info">
+<tr class="email">
 	<th><label for="email"><?php _e('E-mail') ?></label></th>
 	<td><input type="text" name="email" id="email" value="<?php echo $profileuser->user_email ?>" /> <?php _e('Required'); ?></td>
 </tr>
 
-<tr>
+<tr class="website">
 	<th><label for="url"><?php _e('Website') ?></label></th>
 	<td><input type="text" name="url" id="url" value="<?php echo $profileuser->user_url ?>" /></td>
 </tr>
 
-<tr>
+<tr class="aim">
 	<th><label for="aim"><?php _e('AIM') ?></label></th>
 	<td><input type="text" name="aim" id="aim" value="<?php echo $profileuser->aim ?>" /></td>
 </tr>
 
-<tr>
+<tr class="yahoo-im">
 	<th><label for="yim"><?php _e('Yahoo IM') ?></label></th>
 	<td><input type="text" name="yim" id="yim" value="<?php echo $profileuser->yim ?>" /></td>
 </tr>
 
-<tr>
+<tr class="jabber-google-talk">
 	<th><label for="jabber"><?php _e('Jabber / Google Talk') ?></label></th>
 	<td><input type="text" name="jabber" id="jabber" value="<?php echo $profileuser->jabber ?>" /></td>
 </tr>
@@ -307,8 +307,8 @@
 
 <h3><?php $is_profile_page? _e('About Yourself') : _e('About the user'); ?></h3>
 
-<table class="form-table">
-<tr>
+<table class="form-table about-yourself">
+<tr class="biographical-info">
 	<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><br /><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></td>
 </tr>
@@ -317,7 +317,7 @@
 $show_password_fields = apply_filters('show_password_fields', true);
 if ( $show_password_fields ) :
 ?>
-<tr>
+<tr class="password">
 	<th><label for="pass1"><?php _e('New Password'); ?></label></th>
 	<td><input type="password" name="pass1" id="pass1" size="16" value="" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br />
 		<input type="password" name="pass2" id="pass2" size="16" value="" /> <?php _e("Type your new password again."); ?><br />
@@ -340,7 +340,7 @@
 
 <?php if (count($profileuser->caps) > count($profileuser->roles)): ?>
 <br class="clear" />
-	<table width="99%" style="border: none;" cellspacing="2" cellpadding="3" class="editform">
+	<table width="99%" style="border: none;" cellspacing="2" cellpadding="3" class="editform additional-capabilities">
 		<tr>
 			<th scope="row"><?php _e('Additional Capabilities') ?></th>
 			<td><?php
