.previewPanel{
	width: 700px; 
	height: 220px; 
	border-style: none;
	border-width: 1px;
	padding: 5px;
	
	overflow: auto;
}

.textareaPanel{
	width: 700px; 
	height: 220px; 
}


.smallPreviewPanel{
         width: 700px;
         height: 120px;
         border-style: none;
         border-width: 1px;
         padding: 5px;
}

.smallTextareaPanel{
         width: 700px;
         height: 120px;
}

#wyswygEditor{
	/*position the wyswygEditor in the centre*/
	position: absolute; 
	/*top: 15%; 
	left: 50%;
	margin-left: -400px;
	margin-top: -260px;*/
	
	width: 100%;
	height: 100%;
	
	
	/*border-style: solid; 
	border-width: 3px;*/
}

#wyswygEditorScreen{
	position: absolute;

	width: 700px; 
	height: 220px; 

	padding: 0px;
	margin: 0px;
}

