Index: /CKEditor/trunk/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 3053)
+++ /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 3054)
@@ -530,8 +530,5 @@
 	var getElement = function( style, targetDocument )
 	{
-		var el = style._.element;
-
-		if ( el )
-			return el.clone();
+		var el;
 
 		var def = style._.definition;
@@ -584,6 +581,5 @@
 		}
 
-		// Save the created element. It will be reused on future calls.
-		return ( style._.element = el );
+		return el;
 	};
 })();
