Index: wp-admin/user-new.php
===================================================================
--- wp-admin/user-new.php	(revision 20291)
+++ wp-admin/user-new.php	(working copy)
@@ -258,10 +258,14 @@
 	if ( $do_both )
 		echo '<h3 id="add-existing-user">' . __('Add Existing User') . '</h3>';
 	if ( !is_super_admin() ) {
-		_e( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );
+		echo '<p id="add-existing-user-text">';
+			_e( 'Enter the email address of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );
+		echo '</p>';
 		$label = __('E-mail');
 	} else {
-		_e( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );
+		echo '<p id="add-existing-user-text">';
+			_e( 'Enter the email address or username of an existing user on this network to invite them to this site. That person will be sent an email asking them to confirm the invite.' );
+		echo '</p>';
 		$label = __('E-mail or Username');
 	}
 ?>
