Index: src/wp-content/themes/twentyeleven/style.css
===================================================================
--- src/wp-content/themes/twentyeleven/style.css	(revision 59020)
+++ src/wp-content/themes/twentyeleven/style.css	(working copy)
@@ -2184,6 +2184,8 @@
 	width: 68.9%;
 }
 #respond input[type="text"],
+#respond input[type="email"],
+#respond input[type="url"],
 #respond textarea {
 	background: #fff;
 	border: 4px solid #eee;
@@ -2221,6 +2223,8 @@
 	z-index: 1;
 }
 #respond input[type="text"]:focus,
+#respond input[type="email"]:focus,
+#respond input[type="url"]:focus,
 #respond textarea:focus {
 	text-indent: 0;
 	z-index: 1;
@@ -2319,7 +2323,9 @@
 #respond label {
 	line-height: 2.2em;
 }
-#respond input[type=text] {
+#respond input[type="text"],
+#respond input[type="email"],
+#respond input[type="url"] {
 	display: block;
 	height: 24px;
 	width: 75%;
@@ -2612,7 +2618,9 @@
 		top: 2.2em;
 	}
 	/* Use the available space in the smaller comment form */
-	#respond input[type="text"] {
+	#respond input[type="text"],
+	#respond input[type="email"],
+	#respond input[type="url"] {
 		width: 95%;
 	}
 	#content .gallery-columns-3 .gallery-item {
