Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.54
diff -u -p -r1.54 system.css
--- modules/system/system.css	11 Apr 2009 22:19:45 -0000	1.54
+++ modules/system/system.css	16 Jul 2009 23:38:29 -0000
@@ -564,3 +564,10 @@ div.password-suggestions ul {
 div.password-confirm {
   visibility: hidden;
 }
+.hidden {
+display: none;
+}
+.invisible {
+height: 0;
+overflow: hidden;
+}
