.previewPanel {
	width: 625px;
	height: 160px;
	border-style: none;
	border-width: 1px;
	padding: 5px;
	overflow: auto;
	margin-left: 20px;
	margin-top: 12px;
}

.textareaPanel {
	width: 625px;
	height: 160px;
	margin-left: 20px;
		margin-top: 12px;
}

.smallPreviewPanel {
	width: 625px;
	height: 80px;
	border-style: none;
	border-width: 1px;
	padding: 5px;
	margin-left: 20px;
	margin-top: 12px;
}

.smallTextareaPanel {
	width: 625px;
	height: 80px;
	margin-left: 20px;
		margin-top: 12px;
}


#wyswygEditorScreen {
	position: absolute;
	width: 625px;
	height: 160px;
	padding: 0px;
	margin: 0px;
}

#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;*/
}
