div.gform_wysiwyg_ckeditor.ginput_container textarea {
	padding-bottom: 32px;
	padding-top: 76px;
	height: 200px;
	width: 480px;
}

div.gform_wysiwyg_ckeditor.ginput_container::before {
	background: url("../img/form-editor-preview-ckeditor-top.png") no-repeat;
	content: "";
	display: block;
	height: 75px;
	margin-bottom: -76px;
}

div.gform_wysiwyg_ckeditor.ginput_container::after {
	background: url("../img/form-editor-preview-ckeditor-bottom.png") no-repeat;
	content: "";
	display: block;
	height: 31px;
	margin-top: -32px;
}