Index: wp-content/themes/twentyten/style.css
===================================================================
--- wp-content/themes/twentyten/style.css	(revision 22873)
+++ wp-content/themes/twentyten/style.css	(working copy)
@@ -146,7 +146,7 @@
 .wp-caption-text {
 	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
 }
-input[type=submit] {
+input[type="submit"] {
 	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
 }
 pre {
@@ -312,6 +312,10 @@
 	font-size: smaller;
 }
 input[type="text"],
+input[type="password"],
+input[type="email"],
+input[type="url"],
+input[type="number"],
 textarea {
 	background: #f9f9f9;
 	border: 1px solid #ccc;
@@ -1048,7 +1052,7 @@
 }
 
 /* Comments form */
-input[type=submit] {
+input[type="submit"] {
 	color: #333;
 }
 #respond {
Index: wp-content/themes/twentyten/rtl.css
===================================================================
--- wp-content/themes/twentyten/rtl.css	(revision 22873)
+++ wp-content/themes/twentyten/rtl.css	(working copy)
@@ -66,7 +66,7 @@
 .pingback p,
 .reply,
 .widget-title,
-input[type=submit] {
+input[type="submit"] {
 	font-family: Arial, Tahoma, sans-serif;
 }
 
