body 
{
	overflow: auto;
	font-size: 16px;
}

#panel_design_area {
	position: absolute;
	display: block;
	left: 19%;
	top:6em;
	height: auto;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border:0px solid green;
	background-color: white;
}

.panel_design_area {
	position: absolute;
	display: block;
	height: auto;
	text-align: center;
	overflow: hidden;
	z-index: -1;
	border:0px solid green;
	background-color: white;
	font-size: 16px;
}

.panel_holder {
	position:relative;
	z-index: 998;
	border-top:1em solid #FFFFFF;
	border-right: 2.5em solid #FFFFFF;
	border-bottom: 1em solid #FFFFFF;
	border-left: 2.5em solid #FFFFFF;	
}
.horizontal_panel_image {
	width: 100%;
	height: auto;
	z-index:inherit;
}
.vertical_panel_image {
	width: auto;
	height: 90%;
}

.image_element {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	background-size: 100% 100%;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: move;
}

.text_element {
	position: absolute;
	display: inline-block;
	top: 40%;
	left: 40%;
	cursor: text;
	line-height:1.2;
	white-space: nowrap;
}

.text_element_canvas {
	position: absolute;
	display: inline-block;
	top: 40%;
	left: 40%;
	cursor: text;
	line-height: 1.2;
	white-space: nowrap;
}

#loading{
    position: fixed;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align:center;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

#loading {
	background: rgba(255,255,255,1.0);
}

.loading_div {
	position:relative;	
}

.loading_instruction {
	font-family:"Helvetica", sans-serif;
	font-size:0.85em;
	font-weight:400;
	color:#909090;
	line-height:1.5em;	
}

.loading_instruction {
	font-weight:700;	
}

.loading_text {
	display:block;
	margin-top:0.5em;
	font-family:"Oswald", sans-serif;
	font-size:2em;
	font-weight:300;
	color:#909090;
	text-transform:uppercase;
	letter-spacing:1px;
}
.loading_image {
	width:25em;
	height:25em;	
}

.canvas_element {
	position: absolute;
	display: inline-block;
}
