Index: /FCKeditor/branches/features/floating_dialog/editor/skins/default/fck_dialog.css
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/skins/default/fck_dialog.css	(revision 1357)
+++ /FCKeditor/branches/features/floating_dialog/editor/skins/default/fck_dialog.css	(revision 1358)
@@ -1,3 +1,3 @@
-/*
+﻿/*
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
@@ -52,8 +52,4 @@
 	background-color: transparent;
 	padding: 0px;
-}
-
-#DialogContainer
-{
 }
 
Index: /FCKeditor/branches/features/floating_dialog/editor/skins/office2003/fck_dialog.css
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/skins/office2003/fck_dialog.css	(revision 1357)
+++ /FCKeditor/branches/features/floating_dialog/editor/skins/office2003/fck_dialog.css	(revision 1358)
@@ -1,3 +1,3 @@
-/*
+﻿/*
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
@@ -22,9 +22,14 @@
  */
 
+html, body
+{
+	background-color: transparent;
+	margin: 0px;
+	padding: 0px;
+}
+
 body
 {
-	margin: 0px;
 	padding: 10px;
-	background-color: transparent;
 }
 
@@ -47,7 +52,4 @@
 	background-color: transparent;
 	padding: 0px;
-	margin: 0px;
-	padding: 0px;
-	background-color: transparent;
 }
 
@@ -68,4 +70,6 @@
 .DialogButtons
 {
+	position: absolute;
+	bottom: 0px;
 	border-top: #466ca6 1px solid;
 	background-color: #8cb2fd;
@@ -131,5 +135,5 @@
 .DialogTabSelected
 {
-	font-weight:bold;
+	font-weight: bold;
 	cursor: default;
 	padding-top: 4px;
Index: /FCKeditor/branches/features/floating_dialog/editor/skins/silver/fck_dialog.css
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/skins/silver/fck_dialog.css	(revision 1357)
+++ /FCKeditor/branches/features/floating_dialog/editor/skins/silver/fck_dialog.css	(revision 1358)
@@ -1,3 +1,3 @@
-/*
+﻿/*
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
@@ -22,8 +22,13 @@
  */
 
+html, body
+{
+	background-color: transparent;
+	margin: 0px;
+	padding: 0px;
+}
+
 body
 {
-	background-color: #f7f7f7;
-	margin: 0px;
 	padding: 10px;
 }
@@ -56,16 +61,15 @@
 .DialogTitle
 {
-	padding-right: 10px;
-	padding-left: 10px;
 	font-weight: bold;
 	font-size: 14pt;
-	padding-bottom: 3px;
 	color: #504845;
-	padding-top: 3px;
 	background-color: #dedede;
+	padding: 3px 10px 3px 10px;
 }
 
 .DialogButtons
 {
+	position: absolute;
+	bottom: 0px;
 	border-top: #cec6b5 1px solid;
 	background-color: #DEDEDE;
