/*
SETUP

1. upload this stylesheet to the website

2. put a conditional refference to the stylesheet in the template

<!--[if IE]>
	<link href="/upload/structure/css/ie-editor-style.css" rel="stylesheet" type="text/css" />
<![endif]-->

 */

.ie .reContentArea {
	padding: 0px !important; 
	margin: 0px !important; 
	height: auto !important; 
	min-width: inherit !important; 
	max-height: 500px !important; 
	overflow-y: auto !important; 
	overflow-x: hidden !important;
}