document.write('<div class="css" style="font-family: monospace;"><br />');
document.write('<span style="color: #000000; font-weight: bold;">margin-left</span>: 140px !important;<br />');
document.write('<span style="color: #000000; font-weight: bold;">margin-right</span>: 140px !important;<br />');
document.write('<span style="color: #000000; font-weight: bold;">margin-left</span>: 120px;<br />');
document.write('<span style="color: #000000; font-weight: bold;">margin-right</span>: 120px;<br />');
document.write('&nbsp;</div>');
document.write('');
document.write('IE will use margin-left and margin-right of 120px, while most other browsers will use 140px;<br /><br />');
document.write('');
document.write('IE will completely ignore anything that is !important, while any other browser actually considers it important. ');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/171/1/" target="_blank">byteMyCode</a>.</div>');
