.editable {
    float: left;
	width:380px; 
	height:150px; 
	margin:15px; 
	margin-bottom:5px; 
	padding:5px; 
 	overflow:auto; 
 	border:#CCCCCC solid 1px;
	}
	
/*.viewer {
	width:440px; 
	height:210px;
	overflow: auto; 
	border:0px;
	background:#FFF;
}*/

.yui-editor-container {
    	position: absolute;
    	top: -9999px;
    	left: -9999px;
    	z-index: 999; /* So Safari behaves */
	}
	
#editor {
    visibility: hidden;
    position: absolute;
}
	





