body {
	float: none !important;
 	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #ffffff; 
	overflow: visible !important;
}
frame.custom{
	overflow: visible !important;
}
.wu_formatted {
  overflow: visible !important;
	background-color: #ffffff !important;
	position: static !important;
	width: auto;
	height: auto;	
}
div.ubar_div, div.snap_div, div.template_background, div#sidebar_editor,
div.template_header, div.template_footer, div.gt_links,
div#toolar_container, table.toolbar, div.snap_border, div.toolbar_save, div.toolbar_cancel{
	display: none !important;
} 
p{
	position:static;
	vertical-align: baseline;
}
img{	
	page-break-before: auto;
	page-break-after: auto;
}

/* from editor.css */
	
	.goo_editor_iframe_container {
	  height: 100%;
	}
	* html .goo_editor_iframe_container {
	  /* IE6 hack */
	  height: auto;
	}
	
	.goo_editor_iframe_field {
		overflow-y: visible; /*auto;*/ 
		overflow-x: visible; /*auto;*/
	}
	
	/*The following is because ie6 does not like overflow hidden or scroll*/
	* html .goo_editor_iframe_field {
		overflow-x: visible;
		overflow-y: visible; 
	}
	
	/*The following is because ie7 does not like overflow hidden or scroll*/
	*+html .goo_editor_iframe_field {
		overflow-x: visible;
		overflow-y: visible; 
	}
	
	.goo_editor_field {
		overflow-x: visible; /*auto;*/
		overflow-y: visible; /*auto;*/
	}
	
	/*Again a hack for ie6.*/
	* html .goo_editor_field {
		overflow-x: visible; /*auto;*/
		overflow-y: scroll;
	}
	
	/*Again a hack for ie7.*/
	*+html .goo_editor_field {
		overflow-x: visible; /*auto;*/
		overflow-y: scroll;
	}
	
