Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 446)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 447)
@@ -116,4 +116,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor is initially hidden in Firefox
 			it will no longer be neccesary to call the oEditor.MakeEditable() function.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse Server' button in the Image
+			and Flash dialogs was a little too high.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/skins/default/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/default/fck_dialog.css	(revision 446)
+++ /FCKeditor/trunk/editor/skins/default/fck_dialog.css	(revision 447)
@@ -105,8 +105,5 @@
 	border-top: #d5d59d 1px solid;
 	border-left: #d5d59d 1px solid;
-	padding-right: 5px;
-	padding-left: 5px;
-	padding-bottom: 3px;
-	padding-top: 3px;
+	padding: 3px 5px 3px 5px;
 	color: #737357;
 }
@@ -136,2 +133,7 @@
 	cursor: hand;
 }
+
+#tdBrowse 
+{
+	vertical-align: bottom;
+}
Index: /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css	(revision 446)
+++ /FCKeditor/trunk/editor/skins/office2003/fck_dialog.css	(revision 447)
@@ -106,8 +106,5 @@
 	border-top: #466ca6 1px solid;
 	border-left: #466ca6 1px solid;
-	padding-right: 5px;
-	padding-left: 5px;
-	padding-bottom: 3px;
-	padding-top: 3px;
+	padding: 3px 5px 3px 5px;
 	color: #0e3460;
 }
@@ -137,2 +134,7 @@
 	cursor: hand;
 }
+
+#tdBrowse 
+{
+	vertical-align: bottom;
+}
Index: /FCKeditor/trunk/editor/skins/silver/fck_dialog.css
===================================================================
--- /FCKeditor/trunk/editor/skins/silver/fck_dialog.css	(revision 446)
+++ /FCKeditor/trunk/editor/skins/silver/fck_dialog.css	(revision 447)
@@ -109,8 +109,5 @@
 	border-top: #cec6b5 1px solid;
 	border-left: #cec6b5 1px solid;
-	padding-right: 5px;
-	padding-left: 5px;
-	padding-bottom: 3px;
-	padding-top: 3px;
+	padding: 3px 5px 3px 5px;
 	color: #504845;
 }
@@ -140,2 +137,7 @@
 	cursor: hand;
 }
+
+#tdBrowse 
+{
+	vertical-align: bottom;
+}
