Index: D:/Projects/Eclipse workspace/FCKeditor/editor/skins/office2003/fck_editor.css
===================================================================
--- D:/Projects/Eclipse workspace/FCKeditor/editor/skins/office2003/fck_editor.css	(revision 1451)
+++ D:/Projects/Eclipse workspace/FCKeditor/editor/skins/office2003/fck_editor.css	(working copy)
@@ -340,6 +340,8 @@
     border: 1px solid #8f8f73;
     padding-left: 2px;
     padding-right: 2px;
+    background: #fff;
+    color: #000;
 }
 
 .SC_Panel, .SC_Panel TD
Index: D:/Projects/Eclipse workspace/FCKeditor/editor/skins/default/fck_editor.css
===================================================================
--- D:/Projects/Eclipse workspace/FCKeditor/editor/skins/default/fck_editor.css	(revision 1451)
+++ D:/Projects/Eclipse workspace/FCKeditor/editor/skins/default/fck_editor.css	(working copy)
@@ -332,6 +332,8 @@
     border: 1px solid #8f8f73;
     padding-left: 2px;
     padding-right: 2px;
+    background: #fff;
+    color: #000;
 }
 
 .SC_Panel, .SC_Panel TD
Index: D:/Projects/Eclipse workspace/FCKeditor/editor/skins/silver/fck_editor.css
===================================================================
--- D:/Projects/Eclipse workspace/FCKeditor/editor/skins/silver/fck_editor.css	(revision 1451)
+++ D:/Projects/Eclipse workspace/FCKeditor/editor/skins/silver/fck_editor.css	(working copy)
@@ -339,6 +339,8 @@
     border: 1px solid #8f8f73;
     padding-left: 2px;
     padding-right: 2px;
+    background: #fff;
+    color: #000;
 }
 
 .SC_Panel, .SC_Panel TD
