margin-left: 140px !important;
margin-right: 140px !important;
margin-left: 120px;
margin-right: 120px;
 
IE will use margin-left and margin-right of 120px, while most other browsers will use 140px;

IE will completely ignore anything that is !important, while any other browser actually considers it important.