Index: wp-admin/network/site-new.php
===================================================================
--- wp-admin/network/site-new.php	(revision 22329)
+++ wp-admin/network/site-new.php	(working copy)
@@ -120,7 +120,9 @@
 <?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ) ?>
 	<table class="form-table">
 		<tr class="form-field form-required">
-			<th scope="row"><?php _e( 'Site Address' ) ?></th>
+			<th scope="row">
+				<label for="blog[domain]"><?php _e( 'Site Address' ) ?> <span class="description"><?php _e('(required)'); ?></span></label>
+			</th>
 			<td>
 			<?php if ( is_subdomain_install() ) { ?>
 				<input name="blog[domain]" type="text" class="regular-text" title="<?php esc_attr_e( 'Domain' ) ?>"/><span class="no-break">.<?php echo preg_replace( '|^www\.|', '', $current_site->domain ); ?></span>
@@ -132,11 +134,15 @@
 			</td>
 		</tr>
 		<tr class="form-field form-required">
-			<th scope="row"><?php _e( 'Site Title' ) ?></th>
+			<th scope="row">
+				<label for="blog[title]"><?php _e( 'Site Title' ) ?> <span class="description"><?php _e('(required)'); ?></span></label>
+			</th>
 			<td><input name="blog[title]" type="text" class="regular-text" title="<?php esc_attr_e( 'Title' ) ?>"/></td>
 		</tr>
 		<tr class="form-field form-required">
-			<th scope="row"><?php _e( 'Admin Email' ) ?></th>
+			<th scope="row">
+				<label for="blog[email]"><?php _e( 'Admin Email' ) ?> <span class="description"><?php _e('(required)'); ?></span></label>
+			</th>
 			<td><input name="blog[email]" type="text" class="regular-text" title="<?php esc_attr_e( 'Email' ) ?>"/></td>
 		</tr>
 		<tr class="form-field">
