.editor_layer
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

.editor_layer_container
{
	padding: 40px;
	border: 1px solid black;
	background: #f8f8f8;
}
