Index: wp-content/themes/twentyeleven/style.css
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 22873)
+++ wp-content/themes/twentyeleven/style.css	(working copy)
@@ -438,6 +438,9 @@
 /* Forms */
 input[type=text],
 input[type=password],
+input[type=email],
+input[type=url],
+input[type=number],
 textarea {
 	background: #fafafa;
 	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
@@ -447,6 +450,10 @@
 	color: #888;
 }
 input[type=text]:focus,
+input[type=password]:focus,
+input[type=email]:focus,
+input[type=url]:focus,
+input[type=number]:focus,
 textarea:focus {
 	color: #373737;
 }
@@ -454,7 +461,11 @@
 	padding-left: 3px;
 	width: 98%;
 }
-input[type=text] {
+input[type=text],
+input[type=password],
+input[type=email],
+input[type=url],
+input[type=number] {
 	padding: 3px;
 }
 input#s {
Index: wp-content/themes/twentyeleven/colors/dark.css
===================================================================
--- wp-content/themes/twentyeleven/colors/dark.css	(revision 22873)
+++ wp-content/themes/twentyeleven/colors/dark.css	(working copy)
@@ -35,13 +35,13 @@
 	background: #00063f;
 }
 input[type=text],
-.post-password-required input[type=password],
+input[type=password],
+input[type=email],
+input[type=url],
+input[type=number],
 textarea {
 	border: 1px solid #222;
 }
-input[type=text]:focus,
-textarea:focus {
-}
 input#s {
 	background-color: #ddd;
 }
