Index: style.css
===================================================================
--- style.css	(revision 15589)
+++ style.css	(working copy)
@@ -303,6 +303,7 @@
 sub {
 	top: .5ex;
 }
+input[type="password"],
 input[type="text"],
 textarea {
 	background: #f9f9f9;
@@ -312,6 +313,18 @@
 	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
 	padding: 2px;
 }
+input[type="password"]:active,
+input[type="password"]:focus,
+input[type="text"]:active,
+input[type="text"]:focus,
+textarea:active,
+textarea:focus {
+	border-color: #ff4b33;
+}
+input[type="submit"]:hover{
+	cursor:pointer;
+}
+
 a:link {
 	color: #0066cc;
 }
