Index: /CKEditor/branches/features/paste/_source/plugins/pastefromword/filter/default.js
===================================================================
--- /CKEditor/branches/features/paste/_source/plugins/pastefromword/filter/default.js	(revision 4768)
+++ /CKEditor/branches/features/paste/_source/plugins/pastefromword/filter/default.js	(revision 4769)
@@ -882,5 +882,5 @@
 					// be the ones that could later be altered with editor tools.
 					[
-						[ /^margin$|margin-(?!bottom|top)/, null, function( value, element )
+						[ /^margin$|^margin-(?!bottom|top)/, null, function( value, element )
 							{
 								if( element.name in { p : 1, div : 1 }
@@ -941,8 +941,6 @@
 					'class' : falsyFilter,
 
-					// MS-Word always generate both 'text-align' along with
-					// 'align' attribute( 'background-color' along with 'bgcolor'),
+					// MS-Word always generate 'background-color' along with 'bgcolor',
 					// simply drop the deprecated attributes.
-					'align' : falsyFilter,
 					'bgcolor' : falsyFilter,
 
