--- modules/system/system-behavior.css	Tue May 18 13:53:20 2010
+++ modules/system/system-behavior.css	Tue May 18 13:53:16 2010
@@ -296,10 +296,16 @@
  * the site where visual display is undesirable. Information provided in this
  * manner should be kept concise, to avoid unnecessary burden on the user. Must
  * not be used for focusable elements (such as links and form elements) as this
- * causes issues for keyboard only or voice recognition users.
+ * causes issues for keyboard only or voice recognition users. To prevent that
+ * these properties get unintentionally overriden by themers they are enforced
+ * by "!important".
  */
 .element-invisible {
-  height: 0;
-  overflow: hidden;
-  position: absolute;
+  height: 0 !important;
+  overflow: hidden !important;
+  position: absolute !important;
+  margin: 0 !important;
+  padding: 0 !important;
+  border: none !important;
+  background: none repeat scroll 0 0 transparent !important;
 }
