Index: wp-content/themes/twentyten/style.css
===================================================================
--- wp-content/themes/twentyten/style.css	(revision 22811)
+++ wp-content/themes/twentyten/style.css	(working copy)
@@ -312,6 +312,18 @@
 	font-size: smaller;
 }
 input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"],
 textarea {
 	background: #f9f9f9;
 	border: 1px solid #ccc;
@@ -320,6 +332,12 @@
 	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
 	padding: 2px;
 }
+input[type="search"] {
+	-webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-decoration {
+	display: none;
+}
 a:link {
 	color: #0066cc;
 }
Index: wp-content/themes/twentytwelve/style.css
===================================================================
--- wp-content/themes/twentytwelve/style.css	(revision 22811)
+++ wp-content/themes/twentytwelve/style.css	(working copy)
@@ -271,8 +271,17 @@
 /* Form fields */
 input[type="text"],
 input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
 input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
 input[type="url"],
+input[type="week"],
 textarea {
 	padding: 6px;
 	padding: 0.428571429rem;
@@ -280,6 +289,12 @@
 	border: 1px solid #ccc;
 	border-radius: 3px;
 }
+input[type="search"] {
+	-webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-decoration {
+	display: none;
+}
 
 /* Responsive images */
 .entry-content img,
@@ -1262,6 +1277,18 @@
 	line-height: 1.714285714;
 }
 #respond form input[type="text"],
+#respond form input[type="password"],
+#respond form input[type="date"],
+#respond form input[type="datetime"],
+#respond form input[type="datetime-local"],
+#respond form input[type="email"],
+#respond form input[type="month"],
+#respond form input[type="number"],
+#respond form input[type="search"],
+#respond form input[type="tel"],
+#respond form input[type="time"],
+#respond form input[type="url"],
+#respond form input[type="week"],
 #respond form textarea {
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
@@ -1509,7 +1536,19 @@
 		font-size: 22px;
 		font-size: 1.571428571rem;
 	}
-	#respond form input[type="text"] {
+	#respond form input[type="text"],
+	#respond form input[type="password"],
+	#respond form input[type="date"],
+	#respond form input[type="datetime"],
+	#respond form input[type="datetime-local"],
+	#respond form input[type="email"],
+	#respond form input[type="month"],
+	#respond form input[type="number"],
+	#respond form input[type="search"],
+	#respond form input[type="tel"],
+	#respond form input[type="time"],
+	#respond form input[type="url"],
+	#respond form input[type="week"] {
 		width: 46.333333333%;
 	}
 	#respond form textarea.blog-textarea {
Index: wp-content/themes/twentytwelve/editor-style.css
===================================================================
--- wp-content/themes/twentytwelve/editor-style.css	(revision 22811)
+++ wp-content/themes/twentytwelve/editor-style.css	(working copy)
@@ -191,7 +191,19 @@
 sub {
 	bottom: -0.25em;
 }
-input[type="text"] {
+input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"] {
 	border: 1px solid #ccc;
 	border-radius: 3px;
 	font-family: inherit;
Index: wp-content/themes/twentyeleven/style.css
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 22811)
+++ wp-content/themes/twentyeleven/style.css	(working copy)
@@ -436,8 +436,19 @@
 }
 
 /* Forms */
-input[type=text],
-input[type=password],
+input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"],
 textarea {
 	background: #fafafa;
 	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
@@ -446,7 +457,19 @@
 	border: 1px solid #ddd;
 	color: #888;
 }
-input[type=text]:focus,
+input[type="text"]:focus,
+input[type="password"]:focus,
+input[type="date"]:focus,
+input[type="datetime"]:focus,
+input[type="datetime-local"]:focus,
+input[type="email"]:focus,
+input[type="month"]:focus,
+input[type="number"]:focus,
+input[type="search"]:focus,
+input[type="tel"]:focus,
+input[type="time"]:focus,
+input[type="url"]:focus,
+input[type="week"]:focus,
 textarea:focus {
 	color: #373737;
 }
@@ -454,9 +477,27 @@
 	padding-left: 3px;
 	width: 98%;
 }
-input[type=text] {
+input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"] {
 	padding: 3px;
 }
+input[type="search"] {
+	-webkit-appearance: textfield;
+}
+input[type="search"]::-webkit-search-decoration {
+	display: none;
+}
 input#s {
 	background: url(images/search.png) no-repeat 5px 6px;
 	-moz-border-radius: 2px;
@@ -2081,6 +2122,18 @@
 	width: 68.9%;
 }
 #respond input[type="text"],
+#respond input[type="password"],
+#respond input[type="date"],
+#respond input[type="datetime"],
+#respond input[type="datetime-local"],
+#respond input[type="email"],
+#respond input[type="month"],
+#respond input[type="number"],
+#respond input[type="search"],
+#respond input[type="tel"],
+#respond input[type="time"],
+#respond input[type="url"],
+#respond input[type="week"],
 #respond textarea {
 	background: #fff;
 	border: 4px solid #eee;
@@ -2118,6 +2171,18 @@
 	z-index: 1;
 }
 #respond input[type="text"]:focus,
+#respond input[type="password"]:focus,
+#respond input[type="date"]:focus,
+#respond input[type="datetime"]:focus,
+#respond input[type="datetime-local"]:focus,
+#respond input[type="email"]:focus,
+#respond input[type="month"]:focus,
+#respond input[type="number"]:focus,
+#respond input[type="search"]:focus,
+#respond input[type="tel"]:focus,
+#respond input[type="time"]:focus,
+#respond input[type="url"]:focus,
+#respond input[type="week"]:focus,
 #respond textarea:focus {
 	text-indent: 0;
 	z-index: 1;
@@ -2207,7 +2272,19 @@
 #respond label {
 	line-height: 2.2em;
 }
-#respond input[type=text] {
+#respond input[type="text"],
+#respond input[type="password"],
+#respond input[type="date"],
+#respond input[type="datetime"],
+#respond input[type="datetime-local"],
+#respond input[type="email"],
+#respond input[type="month"],
+#respond input[type="number"],
+#respond input[type="search"],
+#respond input[type="tel"],
+#respond input[type="time"],
+#respond input[type="url"],
+#respond input[type="week"] {
 	display: block;
 	height: 24px;
 	width: 75%;
@@ -2472,7 +2549,19 @@
 		top: 2.2em;
 	}
 	/* Use the available space in the smaller comment form */
-	#respond input[type="text"] {
+	#respond input[type="text"],
+	#respond input[type="password"],
+	#respond input[type="date"],
+	#respond input[type="datetime"],
+	#respond input[type="datetime-local"],
+	#respond input[type="email"],
+	#respond input[type="month"],
+	#respond input[type="number"],
+	#respond input[type="search"],
+	#respond input[type="tel"],
+	#respond input[type="time"],
+	#respond input[type="url"],
+	#respond input[type="week"] {
 		width: 95%;
 	}
 	#respond .comment-form-author .required,
Index: wp-content/themes/twentyeleven/colors/dark.css
===================================================================
--- wp-content/themes/twentyeleven/colors/dark.css	(revision 22811)
+++ wp-content/themes/twentyeleven/colors/dark.css	(working copy)
@@ -34,8 +34,19 @@
 ins {
 	background: #00063f;
 }
-input[type=text],
-.post-password-required input[type=password],
+input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"],
 textarea {
 	border: 1px solid #222;
 }
@@ -513,6 +524,18 @@
 	border-color: #2c2c2c;
 }
 #respond input[type="text"],
+#respond input[type="password"],
+#respond input[type="date"],
+#respond input[type="datetime"],
+#respond input[type="datetime-local"],
+#respond input[type="email"],
+#respond input[type="month"],
+#respond input[type="number"],
+#respond input[type="search"],
+#respond input[type="tel"],
+#respond input[type="time"],
+#respond input[type="url"],
+#respond input[type="week"],
 #respond textarea {
 	background: #000;
 	border: 4px solid #111;
Index: wp-content/themes/twentyeleven/editor-style.css
===================================================================
--- wp-content/themes/twentyeleven/editor-style.css	(revision 22811)
+++ wp-content/themes/twentyeleven/editor-style.css	(working copy)
@@ -159,7 +159,19 @@
 sub {
 	top: .5ex;
 }
-input[type=text],
+input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"],
 textarea {
 	background: #fafafa;
 	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
@@ -168,7 +180,19 @@
 	border: 1px solid #ddd;
 	color: #888;
 }
-input[type=text]:focus,
+input[type="text"]:focus,
+input[type="password"]:focus,
+input[type="date"]:focus,
+input[type="datetime"]:focus,
+input[type="datetime-local"]:focus,
+input[type="email"]:focus,
+input[type="month"]:focus,
+input[type="number"]:focus,
+input[type="search"]:focus,
+input[type="tel"]:focus,
+input[type="time"]:focus,
+input[type="url"]:focus,
+input[type="week"]:focus,
 textarea:focus {
 	color: #333;
 }
@@ -176,7 +200,19 @@
 	padding-left: 3px;
 	width: 98%;
 }
-input[type=text] {
+input[type="text"],
+input[type="password"],
+input[type="date"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="email"],
+input[type="month"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="time"],
+input[type="url"],
+input[type="week"] {
 	padding: 3px;
 }
 
