diff --git wp-admin/css/press-this.dev.css wp-admin/css/press-this.dev.css
index 0a8c092..f3470dc 100644
--- wp-admin/css/press-this.dev.css
+++ wp-admin/css/press-this.dev.css
@@ -7,6 +7,42 @@ body {
 	min-height: 400px;
 }
 
+.wp-dialog ol, ul { list-style:none; margin:0; padding:0; }
+
+.wp-dialog {
+	line-height: 1.4em;
+}
+
+.wp-dialog input[type="text"] {
+	-webkit-box-sizing: border-box;
+}
+
+.wp-dialog input[type="text"], .wp-dialog textarea {
+	border-width: 1px;
+	border-style: solid;
+	-moz-border-radius: 4px;
+	-khtml-border-radius: 4px;
+	-webkit-border-radius: 4px;
+	border-radius: 4px;
+	font-size:12px;
+	margin: 1px;
+	padding: 3px;
+}
+
+.toggle-arrow {
+	background-position: 0% 0%;
+	background-repeat: no-repeat;
+	display: block;
+	height: 22px;
+	line-height: 22px;
+	font-size:12px;
+	font-family:'Lucida Grande';
+}
+
+.toggle-arrow-active {
+	background-position: 0 100%;
+}
+
 img {
 	border: none;
 }
