Index: wp-load.php
===================================================================
--- wp-load.php	(revision 19287)
+++ wp-load.php	(working copy)
@@ -53,7 +53,7 @@
 	require_once( ABSPATH . '/wp-includes/functions.php' );
 	require_once( ABSPATH . '/wp-includes/plugin.php' );
 	$text_direction = /*WP_I18N_TEXT_DIRECTION*/'ltr'/*/WP_I18N_TEXT_DIRECTION*/;
-	wp_die(sprintf(/*WP_I18N_NO_CONFIG*/"There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.</p><p><a href='%ssetup-config.php' class='button'>Create a Configuration File</a>"/*/WP_I18N_NO_CONFIG*/, $path), /*WP_I18N_ERROR_TITLE*/'WordPress &rsaquo; Error'/*/WP_I18N_ERROR_TITLE*/, array('text_direction' => $text_direction));
+	wp_die(sprintf(/*WP_I18N_NO_CONFIG*/"<p>There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started.</p> <p>Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>.</p> <p>You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.</p><p><a href='%ssetup-config.php' class='button'>Create a Configuration File</a></p>"/*/WP_I18N_NO_CONFIG*/, $path), /*WP_I18N_ERROR_TITLE*/'WordPress &rsaquo; Error'/*/WP_I18N_ERROR_TITLE*/, array('text_direction' => $text_direction));
 
 }
 
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 19287)
+++ wp-includes/functions.php	(working copy)
@@ -2851,27 +2851,40 @@
 		body {
 			background: #fff;
 			color: #333;
-			font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
+			font-family: sans-serif;
 			margin: 2em auto;
-			width: 700px;
 			padding: 1em 2em;
-			-webkit-border-radius: 11px;
-			border-radius: 11px;
+			-webkit-border-radius: 3px;
+			-moz-border-radius: 3px;
+	        -khtml-border-radius: 3px; 
+			border-radius: 3px;
 			border: 1px solid #dfdfdf;
+			max-width: 700px;
 		}
 		#error-page {
 			margin-top: 50px;
 		}
 		#error-page p {
-			font-size: 12px;
-			line-height: 18px;
+			font-size: 14px;
+			line-height: 1.5;
 			margin: 25px 0 20px;
 		}
 		#error-page code {
 			font-family: Consolas, Monaco, monospace;
 		}
+		ul li {
+			margin-bottom: 10px;
+			font-size: 14px ;
+		}
+		a {
+			color: #21759B;
+			text-decoration: none;
+		}
+		a:hover {
+			color: #D54E21;
+		}
 		<?php if ( 'rtl' == $text_direction ) : ?>
-		body { font-family: Tahoma, arial; }
+		body { font-family: Tahoma, Arial; }
 		<?php endif; ?>
 	</style>
 </head>
Index: wp-admin/css/install.dev.css
===================================================================
--- wp-admin/css/install.dev.css	(revision 19287)
+++ wp-admin/css/install.dev.css	(working copy)
@@ -7,20 +7,22 @@
 	color: #333;
 	font-family: sans-serif;
 	margin: 2em auto;
-	width: 700px;
 	padding: 1em 2em;
-	-webkit-border-radius: 11px;
-	border-radius: 11px;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
+	-khtml-border-radius: 3px; 
+	border-radius: 3px;
 	border: 1px solid #dfdfdf;
+	max-width: 700px;
 }
 
 a {
-	color: #2583ad;
+	color: #21759B;
 	text-decoration: none;
 }
 
 a:hover {
-	color: #d54e21;
+	color: #D54E21;
 }
 
 h1 {
@@ -28,7 +30,7 @@
 	clear: both;
 	color: #666;
 	font: 24px Georgia, "Times New Roman", Times, serif;
-	margin: 5px 0 0 -4px;
+	margin: 30px 0 0 0;
 	padding: 0;
 	padding-bottom: 7px;
 }
@@ -39,12 +41,12 @@
 
 p, li, dd, dt {
 	padding-bottom: 2px;
-	font-size: 12px;
-	line-height: 18px;
+	font-size: 14px;
+	line-height: 1.5;
 }
 
 code, .code {
-	font-size: 13px;
+	font-size: 14px;
 }
 
 ul, ol, dl {
@@ -80,6 +82,8 @@
 	cursor: pointer;
 	border: 1px solid #bbb;
 	color: #464646;
+	-moz-border-radius: 15px;
+	-khtml-border-radius: 15px; 
 	-webkit-border-radius: 15px;
 	border-radius: 15px;
 	-moz-box-sizing: content-box;
@@ -101,9 +105,13 @@
 }
 
 textarea {
-	border: 1px solid #bbb;
+	border: 1px solid #dfdfdf;
 	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
+	-khtml-border-radius: 3px; 
 	border-radius: 3px;
+	font-family: sans-serif;
+	width:  695px;
 }
 
 .form-table {
@@ -114,27 +122,24 @@
 
 .form-table td {
 	margin-bottom: 9px;
-	padding: 10px;
+	padding: 10px 20px 10px 0;
 	border-bottom: 8px solid #fff;
-	font-size: 12px;
+	font-size: 14px;
+	vertical-align: top
 }
 
 .form-table th {
-	font-size: 13px;
+	font-size: 14px;
 	text-align: left;
-	padding: 16px 10px 10px 10px;
+	padding: 16px 20px 10px 0;
 	border-bottom: 8px solid #fff;
 	width: 130px;
 	vertical-align: top;
 }
 
-.form-table tr {
-	background: #f3f3f3;
-}
-
 .form-table code {
 	line-height: 18px;
-	font-size: 18px;
+	font-size: 14px;
 }
 
 .form-table p {
@@ -146,18 +151,39 @@
 	line-height: 20px;
 	font-size: 15px;
 	padding: 2px;
+	border: 1px #DFDFDF solid;
+	-webkit-border-radius: 3px;
+	-moz-border-radius: 3px;
+	-khtml-border-radius: 3px;
+	border-radius: 3px;
+	font-family: sans-serif;
 }
 
 .form-table th p {
 	font-weight: normal;
 }
 
+.form-table.install-success td {
+	vertical-align: middle;
+	padding: 16px 20px 10px 0;
+}
+
+.form-table.install-success td p {
+	margin: 0;
+	font-size: 14px;
+}
+
+.form-table.install-success td code {
+	margin: 0;
+	font-size: 18px;
+}
+
 #error-page {
 	margin-top: 50px;
 }
 
 #error-page p {
-	font-size: 12px;
+	font-size: 14px;
 	line-height: 18px;
 	margin: 25px 0 20px;
 }
@@ -238,5 +264,4 @@
 .rtl #pass1,
 .rtl #pass2 {
 	direction: ltr;
-}
-
+}
\ No newline at end of file
Index: wp-admin/setup-config.php
===================================================================
--- wp-admin/setup-config.php	(revision 19287)
+++ wp-admin/setup-config.php	(working copy)
@@ -130,7 +130,7 @@
 		<tr>
 			<th scope="row"><label for="pwd">Password</label></th>
 			<td><input name="pwd" id="pwd" type="text" size="25" value="password" /></td>
-			<td>...and MySQL password.</td>
+			<td>...and your MySQL password.</td>
 		</tr>
 		<tr>
 			<th scope="row"><label for="dbhost">Database Host</label></th>
Index: wp-admin/install.php
===================================================================
--- wp-admin/install.php	(revision 19287)
+++ wp-admin/install.php	(working copy)
@@ -130,6 +130,7 @@
 			<p><?php _e( 'Double-check your email address before continuing.' ); ?></p></td>
 		</tr>
 		<tr>
+			<th scope="row"><label for="blog_public"><?php _e( 'Privacy' ); ?></label></th>
 			<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" <?php checked( $blog_public ); ?> /> <?php _e( 'Allow my site to appear in search engines like Google and Technorati.' ); ?></label></td>
 		</tr>
 	</table>
@@ -220,10 +221,10 @@
 
 <p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p>
 
-<table class="form-table">
+<table class="form-table install-success">
 	<tr>
 		<th><?php _e( 'Username' ); ?></th>
-		<td><code><?php echo esc_html( sanitize_user( $user_name, true ) ); ?></code></td>
+		<td><?php echo esc_html( sanitize_user( $user_name, true ) ); ?></td>
 	</tr>
 	<tr>
 		<th><?php _e( 'Password' ); ?></th>
