Index: wp-admin/ms-sites.php
===================================================================
--- wp-admin/ms-sites.php	(revision 13549)
+++ wp-admin/ms-sites.php	(working copy)
@@ -178,7 +178,7 @@
 								?>
 									<tr class="form-field">
 										<th scope="row"><?php echo ucwords( str_replace( "_", " ", $option->option_name ) ) ?></th>
-										<td><textarea rows="5" cols="40" name="option[<?php echo esc_attr($option->option_name) ?>]" type="text" id="<?php echo esc_attr($option->option_name) ?>"<?php echo $disabled ?>><?php echo esc_html( $option->option_value ) ?></textarea></td>
+										<td><textarea rows="5" cols="40" name="option[<?php echo esc_attr($option->option_name) ?>]" id="<?php echo esc_attr($option->option_name) ?>"<?php echo $disabled ?>><?php echo esc_html( $option->option_value ) ?></textarea></td>
 									</tr>
 								<?php
 								} else {
@@ -614,9 +614,9 @@
 						<th style="text-align:center;" scope='row'><?php _e('Site Address') ?></th>
 						<td>
 						<?php if ( is_subdomain_install() ) { ?>
-							<input name="blog[domain]" type="text" title="<?php _e('Domain') ?>"/>.<?php echo $current_site->domain;?>
+							<input name="blog[domain]" type="text" class="regular-text" title="<?php _e('Domain') ?>"/>.<?php echo $current_site->domain;?>
 						<?php } else {
-							echo $current_site->domain . $current_site->path ?><input name="blog[domain]" type="text" title="<?php _e('Domain') ?>"/>
+							echo $current_site->domain . $current_site->path ?><input name="blog[domain]" type="text" class="regular-text" title="<?php _e('Domain') ?>"/>
 						<?php }
 						echo "<p>" . __( 'Only the characters a-z and 0-9 recommended.' ) . "</p>";
 						?>
@@ -624,11 +624,11 @@
 					</tr>
 					<tr class="form-field form-required">
 						<th style="text-align:center;" scope='row'><?php _e('Site Title') ?></th>
-						<td><input name="blog[title]" type="text" size="20" title="<?php _e('Title') ?>"/></td>
+						<td><input name="blog[title]" type="text" class="regular-text" title="<?php _e('Title') ?>"/></td>
 					</tr>
 					<tr class="form-field form-required">
 						<th style="text-align:center;" scope='row'><?php _e('Admin Email') ?></th>
-						<td><input name="blog[email]" type="text" size="20" title="<?php _e('Email') ?>"/></td>
+						<td><input name="blog[email]" type="text" class="regular-text" title="<?php _e('Email') ?>"/></td>
 					</tr>
 					<tr class="form-field">
 						<td colspan='2'><?php _e('A new user will be created if the above email address is not in the database.') ?><br /><?php _e('The username and password will be mailed to this email address.') ?></td>
Index: wp-admin/ms-users.php
===================================================================
--- wp-admin/ms-users.php	(revision 13549)
+++ wp-admin/ms-users.php	(working copy)
@@ -296,11 +296,11 @@
 	<table class="form-table">
 		<tr class="form-field form-required">
 			<th scope='row'><?php _e('Username') ?></th>
-			<td><input type="text" name="user[username]" /></td>
+			<td><input type="text" class="regular-text" name="user[username]" /></td>
 		</tr>
 		<tr class="form-field form-required">
 			<th scope='row'><?php _e('Email') ?></th>
-			<td><input type="text" name="user[email]" /></td>
+			<td><input type="text" class="regular-text" name="user[email]" /></td>
 		</tr>
 		<tr class="form-field">
 			<td colspan='2'><?php _e('Username and password will be mailed to the above email address.') ?></td>
