Index: media.css
===================================================================
--- media.css	(revision 9380)
+++ media.css	(working copy)
@@ -29,15 +29,18 @@
 	text-align: right;
 }
 
-.media-upload-form label, .media-upload-form legend {
-	display:block;
+.media-upload-form label,
+.media-upload-form legend {
+	display: block;
 	font-weight: bold;
 	font-size: 13px;
 	margin-bottom: 0.5em;
 	margin: 0 0 0.5em 0;
 }
 
-th { position: relative; }
+th {
+	position: relative;
+}
 
 .media-upload-form label.form-help, td.help {
 	font-style: italic;
@@ -80,10 +83,6 @@
 	background: url(../images/align-right.png) no-repeat center left;
 }
 
-#flash-upload-ui, .insert-gallery {
-	display: none;
-}
-
 tr.image-size td {
 	width: 460px;
 }
@@ -142,7 +141,12 @@
 	border-right-style: solid;
 }
 
-#library-form .progress, #gallery-form .progress {
+#library-form .progress,
+#gallery-form .progress,
+#flash-upload-ui,
+.insert-gallery,
+.describe.startopen,
+.describe.startclosed {
 	display: none;
 }
 
@@ -162,7 +166,8 @@
 	background-color: transparent;
 }
 
-thead.media-item-info th, thead.media-item-info td {
+thead.media-item-info th,
+thead.media-item-info td {
 	border: none;
 	margin: 0;
 }
@@ -171,10 +176,6 @@
 	border: 8px solid #fff;
 }
 
-.describe.startopen, .describe.startclosed {
-	display: none;
-}
-
 abbr.required {
 	text-decoration: none;
 	border: none;
@@ -192,11 +193,13 @@
 	width: 132px;
 }
 
-.describe input[type="text"], .describe textarea {
+.describe input[type="text"],
+.describe textarea {
 	width: 460px;
 }
 
-.describe-toggle-on, .describe-toggle-off {
+.describe-toggle-on,
+.describe-toggle-off {
 	display: block;
 	line-height: 36px;
 	float: right;
@@ -208,8 +211,8 @@
 }
 
 .hidden {
-	height: 0px;
-	width: 0px;
+	height: 0;
+	width: 0;
 	overflow: hidden;
 	border: none;
 }
@@ -224,7 +227,8 @@
 	padding: 1em 0;
 }
 
-#media-upload p.help, #media-upload label.help {
+#media-upload p.help,
+#media-upload label.help {
 	font-style: italic;
 	font-weight: normal;
 }
@@ -325,6 +329,8 @@
 	background-color: #fff;
 	border: 1px solid #aaa;
 	opacity: 0.6;
+	-moz-opacity: 0.6;
+	-khtml-opacity: 0.6;
 	filter: alpha(opacity=60);
 }
 
