Index: /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js
===================================================================
--- /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4547)
+++ /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4548)
@@ -902,9 +902,7 @@
 					'valign' : function( value, element )
 					{
-						if ( value != 'top' )
-							element.addStyle( 'vertical-align', value );
+						element.addStyle( 'vertical-align', value );
 						return false;
 					}
-
 				},
 
