/* Edit block, for use in editor
 */
.texteditor
	{
		width		: 1020px;
		height	: 720px;
  
  	border-width		: 2;
		border-color		: blue;
		border-style		: dotted;
		margin					: 0;

		background-color	: grey;
		position 					: absolute;
		z-index  					: 20;
		
		left		: -180px;
		top			: -40px;
		
		align							: center;
		margin						: 0px;
  }   
  
.textblock
	{
		width		: 800px;
		height	: 700px;
  
  	border-width		: 1;
		border-color		: black;
		border-style		: solid;
		margin					: 0;
	
		position 				: absolute;
		
		left				: 1px;
		top					: 1px;
	}
	
.textbuttonblock
	{
		width		: 120px;
		height	: 700px;
  
  	border-width		: 1;
		border-color		: black;
		border-style		: solid;
		margin					: 0;
	
		position 				: absolute;
		
		left				: 802px;
		top					: 1px;
	}	