Index: /CKEditor/trunk/_samples/divreplace.html
===================================================================
--- /CKEditor/trunk/_samples/divreplace.html	(revision 3713)
+++ /CKEditor/trunk/_samples/divreplace.html	(revision 3714)
@@ -9,5 +9,5 @@
 	<style id="styles" type="text/css">
 
-		div
+		div.editable
 		{
 			border: solid 2px Transparent;
@@ -16,5 +16,5 @@
 		}
 
-		div:hover
+		div.editable:hover
 		{
 			border-color: black;
@@ -69,5 +69,5 @@
 		<p>
 			Double-click on any of the following DIVs to transform them into editor instances.</p>
-		<div>
+		<div class='editable'>
 			<h3>
 				Part 1</h3>
@@ -80,5 +80,5 @@
 			</p>
 		</div>
-		<div>
+		<div class='editable'>
 			<h3>
 				Part 2</h3>
@@ -96,5 +96,5 @@
 			</p>
 		</div>
-		<div>
+		<div class='editable'>
 			<h3>
 				Part 3</h3>
