Index: wp-admin/press-this.php
===================================================================
--- wp-admin/press-this.php	(revision 18999)
+++ wp-admin/press-this.php	(working copy)
@@ -419,7 +419,7 @@
 <body class="press-this wp-admin">
 <form action="press-this.php?action=post" method="post">
 <div id="poststuff" class="metabox-holder">
-	<div class="press-this-sidebar">
+	<div id="side-sortables" class="press-this-sidebar">
 		<div class="sleeve">
 			<?php wp_nonce_field('press-this') ?>
 			<input type="hidden" name="post_type" id="post_type" value="text"/>
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 18999)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -6420,11 +6420,6 @@
 	padding: 8px 8px 0;
 }
 
-.press-this #submitpost #ajax-loading,
-.press-this #submitpost .ajax-loading {
-	vertical-align: middle;
-}
-
 .press-this .howto {
 	margin-top: 2px;
 	margin-bottom: 3px;
@@ -6433,13 +6428,6 @@
 	display: block;
 }
 
-.press-this input.text {
-	outline-color: -moz-use-text-color;
-	outline-style: none;
-	outline-width: medium;
-	width: 100%;
-}
-
 /* Editor/Main Column */
 .press-this #poststuff {
 	margin: 0 10px 10px;
@@ -6471,18 +6459,11 @@
 	padding-top: 5px;
 }
 
-.press-this #submitdiv .inside {
+.press-this #submitdiv p {
 	margin: 0;
+	padding: 6px;
 }
 
-.press-this #submitdiv p {
-	margin: 6px;
-	padding: 0 0 6px;
-	-webkit-box-shadow: 0 1px 0 #fff;
-	-moz-box-shadow: 0 1px 0 #fff;
-	box-shadow: 0 1px 0 #fff;
-}
-
 .press-this #submitdiv #publishing-actions {
 	border-bottom: 1px solid #dfdfdf;
 }
@@ -6528,6 +6509,10 @@
 	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
 }
 
+#submitdiv:hover .handlediv {
+	background: none;
+}
+
 .tbtitle {
 	font-size: 1.7em;
 	outline: none;
@@ -6625,71 +6610,15 @@
 }
 
 /* Categories */
-.press-this .category-add input[type="text"],
-.press-this .category-add select {
-	width: 100%;
-	margin: 1px;
-}
-
 .press-this .categorydiv div.tabs-panel {
 	height: 100px;
-	overflow: auto;
-	padding: 0.5em 0.9em;
-	border-style: solid;
-	border-width: 1px;
 }
 
-.press-this .category-tabs li {
-	display: inline;
-}
-
-.press-this .category-tabs a {
-	text-decoration: none;
-}
-
-.press-this ul.category-tabs {
-	margin-bottom: 5px;
-	padding-top: 8px;
-}
-
 /* Tags */
 .press-this .tagsdiv .newtag {
-	margin-right: 5px;
-	width: auto;
+	width: 130px;
 }
 
-.jaxtag {
-	clear: both;
-	margin: 0;
-}
-
-.tagadd {
-	margin-left: 3px;
-}
-
-.press-this .tagchecklist {
-	margin-top: 3px;
-	margin-bottom: 1em;
-	font-size: 12px;
-	overflow: auto;
-}
-
-.press-this .tagchecklist strong {
-	position: absolute;
-	font-size: .75em;
-}
-
-.press-this .tagchecklist span {
-	margin-right: .5em;
-	margin-left: 10px;
-	display: block;
-	float: left;
-	font-size: 12px;
-	line-height: 1.8em;
-	white-space: nowrap;
-	cursor: default;
-}
-
 .press-this #content {
 	margin: 5px 0;
 	padding: 0 5px;
