Index: press-this-rtl.css
===================================================================
--- press-this-rtl.css	(revision 10289)
+++ press-this-rtl.css	(working copy)
@@ -1,22 +1,26 @@
 body {
 	font-family: Tahoma, Arial;
 }
+
 #poststuff #edButtonPreview,
 #poststuff #edButtonHTML {
-	margin: 0px 0 0 5px;
+	margin: 0 0 0 5px;
 	float: right;
 }
+
 /* Editor/Main Column */
 div#poststuff {
 	padding-left: 0;
 	padding-right: 10px;
 }
+
 .posting {
 	margin-right: 0;
 	margin-left: 228px;
-	left:auto;
+	left: auto;
 	right: 0;
 }
+
 #side-info-column {
 	float: left;
 	right: auto;
@@ -24,50 +28,62 @@
 	margin-right: 0;
 	margin-left: 10px;
 }
+
 #side-info-column .sleeve {
 	padding-left: 0;
 	padding-right: 10px;
 }
+
 h3.tb {
 	margin-left: 0;
 	margin-right: 5px;
 }
+
 #actions {
 	float: left;
 }
+
 #extra_fields #actions {
 	right: auto;
 	left: 4px;
 }
+
 #actions li {
 	float: right;
 	margin-right: 0;
 	margin-left: 10px;
 }
+
 #extra_fields .button {
 	margin-right: 0;
 	margin-left: 5px;
 }
+
 /* Photo Styles */
 #img_container a {
 	float: right;
 }
+
 #category-add input, #category-add select {
 	font-family: Tahoma, Arial;
 }
+
 #categorydiv ul.categorychecklist ul {
 	margin-left: 0;
 	margin-right: 18px;
 }
+
 /* Tags */
 #tagsdiv #newtag {
 	margin-right: 0;
 	margin-left: 5px;
 }
+
 #tagadd {
 	margin-left: 0;
 	margin-right: 3px;
 }
+
 #tagchecklist span {
 	margin-left: .5em;
 	margin-right: 10px;
@@ -77,29 +93,35 @@
 	margin: 6px -9px 0 0;
 	float: right;
 }
+
 #content {
 	margin-left: 0;
 	margin-right: 1%;
 }
+
 .submit input,
 .button,
 .button-primary,
 .button-secondary,
 .button-highlighted,
 #postcustomstuff .submit input {
-	font-family: tahoma;
+	font-family: Tahoma, Arial;
 }
+
 .ac_results li {
 	text-align: right;
 }
+
 #TB_ajaxContent #options {
 	right: auto;
 	left: 25px;
 }
+
 #post_status {
 	margin-left: 0;
 	margin-right: 10px;
 }
+
 /* Footer */
 #footer {
 	padding: 10px 60px 0 0;
Index: press-this.css
===================================================================
--- press-this.css	(revision 10289)
+++ press-this.css	(working copy)
@@ -18,20 +18,11 @@
 
 #poststuff #edButtonPreview,
 #poststuff #edButtonHTML {
-	-moz-border-radius-bottomleft: 0;
-	-moz-border-radius-bottomright: 0;
-	-moz-border-radius-topleft: 3px;
-	-moz-border-radius-topright: 3px;
-	-khtml-border-radius-bottomleft: 0;
-	-khtml-border-radius-bottomright: 0;
+	-moz-border-radius: 3px 3px 0 0;
 	-khtml-border-radius-topleft: 3px;
 	-khtml-border-radius-topright: 3px;
-	-webkit-border-radius-bottomleft: 0;
-	-webkit-border-radius-bottomright: 0;
 	-webkit-border-radius-topleft: 3px;
 	-webkit-border-radius-topright: 3px;
-	border-radius-bottomleft: 0;
-	border-radius-bottomright: 0;
 	border-radius-topleft: 3px;
 	border-radius-topright: 3px;
 	border-style: solid;
@@ -39,11 +30,11 @@
 	cursor: pointer;
 	display: block;
 	height: 18px;
-	margin: 0px 5px 0 0;
-	padding: 0px 5px 0px;
+	margin: 0 5px 0 0;
+	padding: 0 5px 0;
 	background-color: #E9E9E9;
 	border-bottom-color: #E9E9E9;
-	color: #333333;
+	color: #333;
 	font-size: 10px;
 	line-height: 18px;
 	float: left;
@@ -119,18 +110,17 @@
 	font-size: 14px;
 	font-weight: bold;
 	padding: 7px;
-	margin: 0 0 10px;
 	background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;
 	font-size: 12px;
 	font-weight: bold;
 	line-height: 1;
 	margin: 0 0 10px;
 	padding: 7px 9px;
-	text-shadow: 0 1px 0 #FFFFFF;
+	text-shadow: 0 1px 0 #fff;
 }
 
 h3.tb {
-	text-shadow: 0 1px 0 #FFFFFF;
+	text-shadow: 0 1px 0 #fff;
 	font-weight: bold;
 	font-size: 12px;
 	margin-left: 5px;
@@ -155,11 +145,11 @@
 	-khtml-border-radius: 6px;
 	-webkit-border-radius: 6px;
 	border-radius: 6px;
-	border-color: #DFDFDF;
+	border-color: #dfdfdf;
 }
 
 .titlediv {
-	border-color: #DFDFDF;
+	border-color: #dfdfdf;
 }
 
 #title, .tbtitle {
@@ -172,7 +162,7 @@
 	font-size: 1.7em;
 	outline: none;
 	padding: 3px 4px;
-	border-color: #DFDFDF;
+	border-color: #dfdfdf;
 }
 
 .tbtitle {
@@ -188,7 +178,7 @@
 	background-image: url(../images/postbox-bg.gif);
 	background-position: left top;
 	background-repeat: repeat-x;
-	background-color: #DFDFDF;
+	background-color: #dfdfdf;
 }
 
 .editor-container {
@@ -199,7 +189,7 @@
 	border-collapse: separate;
 	border-style: solid;
 	border-width: 1px;
-	border-color: #DFDFDF;
+	border-color: #dfdfdf;
 }
 
 .postdivrich {
@@ -213,6 +203,7 @@
 	margin-top: -19px;
 	position: relative;
 }
+
 #extra_fields #actions {
 	clear: both;
 	position: absolute;
@@ -226,6 +217,7 @@
 	list-style: none;
 	margin-right: 10px;
 }
+
 #extra_fields .button {
 	margin-right: 5px;
 }
@@ -272,14 +264,13 @@
 	vertical-align: center;
 }
 
-#img_container img, #img_container a {
+#img_container img,
+#img_container a {
 	width: 68px;
 	height: 68px;
 }
 
 #img_container img {
-	width: 68px;
-	height: 68px;
 	border: none;
 	background-color: #f4f4f4;
 	cursor: pointer;
@@ -316,7 +307,7 @@
 }
 
 #viewsite .button {
-	margin: 0 0 0px 0;
+	margin: 0;
 	display: block;
 }
 
@@ -359,7 +350,8 @@
 }
 
 /* Categories */
-#categorydiv ul, #linkcategorydiv ul {
+#categorydiv ul,
+#linkcategorydiv ul {
 	list-style: none;
 	padding: 0;
 	margin: 0;
@@ -467,7 +459,7 @@
 .button-primary {
 	background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
 	border-color: #21759B;
-	color: #FFFFFF;
+	color: #fff;
 }
 
 .ac_results {
