Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2022)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2023)
@@ -105,4 +105,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser 
 			is now removed as it was made obsolete with 2.6.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles for the editing area
+			are applied in the image preview dialog.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/dialog/fck_image/fck_image_preview.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_image/fck_image_preview.html	(revision 2022)
+++ /FCKeditor/trunk/editor/dialog/fck_image/fck_image_preview.html	(revision 2023)
@@ -35,7 +35,7 @@
 var FCKConfig	= window.parent.FCKConfig ;
 
-// Sets the Skin CSS
-document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
-document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ;
+// Set the preview CSS
+document.write( FCKTools.GetStyleHtml( FCKConfig.EditorAreaCSS ) ) ;
+document.write( FCKTools.GetStyleHtml( FCKConfig.EditorAreaStyles ) ) ;
 
 if ( window.parent.FCKConfig.BaseHref.length > 0 )
@@ -51,5 +51,5 @@
 	</script>
 </head>
-<body style="color: #000000; background-color: #ffffff">
+<body>
 	<div>
 		<a id="lnkPreview" onclick="return false;" style="cursor: default">
