Index: wp-admin/css/colors-fresh.css
===================================================================
--- wp-admin/css/colors-fresh.css	(revision 23933)
+++ wp-admin/css/colors-fresh.css	(working copy)
@@ -1856,6 +1856,44 @@
 	color: #777;
 }
 
+/* Begin Post Formats */
+
+.wp-format-media-holder {
+	border: 1px dashed #dfdfdf;
+	background: #f5f5f5 url(../images/media-button-2x.png) no-repeat 50% 25%;
+}
+
+.wp-format-media-holder:hover {
+	background-color: #eee;
+}
+
+.post-format-description {
+	color: #666;
+}
+
+.post-format-options {
+	background: #f9f9f9;
+	border: 1px solid #dfdfdf;
+}
+
+.post-format-options a {
+	border-right: 1px solid #ebebeb;
+}
+
+.post-format-options a.active,
+.post-format-options a:focus,
+.post-format-options a:hover {
+	background: #eee;
+	-webkit-box-shadow: inset 0 0 10px #ddd;
+	box-shadow: inset 0 0 10px #ddd;
+}
+
+.post-format-tip {
+	color: #999;
+}
+
+/* End Post Formats */
+
 /* Begin About Pages */
 
 .about-wrap h1 {
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 23933)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -3978,8 +3978,7 @@
 	overflow: hidden;
 	width: 40%;
 	height: 200px;
-	border: 1px dashed #dfdfdf;
-	background: #f5f5f5 url(../images/media-button-2x.png) no-repeat 50% 25%;
+	background: url(../images/media-button-2x.png) no-repeat 50% 25%;
 }
 
 .wp-format-media-holder.empty {
@@ -3987,10 +3986,6 @@
 	padding: 55px 0 20px;
 }
 
-.wp-format-media-holder:hover {
-	background-color: #eee;
-}
-
 .wp-format-media-preview {
 	margin-bottom: 20px;
 }
@@ -4075,15 +4070,12 @@
 }
 
 .post-format-description {
-	color: #666;
 	display: none;
 	margin: 10px 0;
 }
 
 .post-format-options {
 	height: 29px;
-	background: #f9f9f9;
-	border: 1px solid #dfdfdf;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	margin: 0 0 9px 1px;
@@ -4091,7 +4083,6 @@
 }
 
 .post-format-options a {
-	border-right: 1px solid #ebebeb;
 	display: inline-block;
 	height: 16px;
 	width: 16px;
@@ -4110,9 +4101,6 @@
 .post-format-options a.active,
 .post-format-options a:focus,
 .post-format-options a:hover {
-	background: #eee;
-	-webkit-box-shadow: inset 0 0 10px #ddd;
-	box-shadow: inset 0 0 10px #ddd;
 	outline: none;
 	opacity: 1;
 }
@@ -4170,7 +4158,6 @@
 }
 
 .post-format-tip {
-	color: #999;
 	font-size: 14px;
 	float: right;
 	padding: 6px 10px;
