#contentWrapper {
	position: relative;
	-webkit-tap-highlight-color: transparent;
	height: 720px;
}

#contentCanvas {
	vertical-align : bottom;
}

#canvasPointer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 720px !important;
	z-index:2;
	vertical-align : bottom;
	cursor: default;
}

#contentHtml {
	width: 1280px;
	height: 720px;
}

#paveBase {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1280px;
	height: 720px;
}

#pavePointer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align : bottom;
	cursor: default;
}

#baseImage {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#shapeSelector .arrow {
	background: #f85b56;
	font-size: 22px;
	width: 1.5em;
	height: 1em;
	margin-right: -0.7em;
	position: absolute;
	cursor: pointer;
}

#shapeSelector .arrow::before {
	bottom: -0.666em;
	position: absolute;
	border-color: #f85b56;
	border-top: 1.2em solid transparent;
	border-bottom: 1.2em solid transparent;
	content: "";
}

#shapeSelector .arrow.disabled {
	background: #ccc;
	cursor: default;
	pointer-events: none;
}

#shapeSelector .arrow.disabled::before {
	border-color: #ccc;
	border-top: 1.2em solid transparent;
	border-bottom: 1.2em solid transparent;
}

#btnPrev {
	top: 340px;
	left: 70px;
	z-index:6;
}

#btnPrev::before {
	right: 1.3em;
	border-right-width: 1.4em;
	border-right-style: solid;
	z-index:6;
}

#btnNext {
	top: 340px;
	left: 315px;
	z-index:6;
}

#btnNext::before {
	left: 1.3em;
	border-left-width: 1.4em;
	border-left-style: solid;
	z-index:6;
}

#colorSelector {
	position: absolute;
	top: 480px;
	left: 58px;
	width: 312px;
	height: 156px;
	z-index:3;
}

#colorSelector > span {
	display: inline-block;
	width: 58px;
	height: 58px;
	margin: 0 8px 8px 0;
	border: 4px solid #ccc;
	padding: 2px;
	cursor: pointer;
}

#colorSelector > span:hover {
	border: 4px solid #fc0;
}

#colorSelector > span.selected {
	border: 4px solid #f85b56;
}

#colorSelector > span > span {
	display: inline-block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#ctrlBtns{
	position: absolute;
	top: 300px;
	left: 1000px;
	z-index:6;
}

.link_area{
	margin-bottom: 10px;
}

#btnBack {
	position: absolute;
	top: 620px;
	left: 1100px;
	z-index:10000;
}

#errText {
	display: none;
	position: absolute;
	top: 160px;
	left: 810px;
	width: 380px;
	height: 80px;
	text-shadow:
		0 1px 0 #fff,
		1px 0 0 #fff,
		0 -1px 0 #fff,
		-1px 0 0 #fff,
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	pointer-events: none;
}

#errText p {
	color: #f1372a;
	font-size: 16px;
	font-weight: bold;
}

/* help */
.btn-help {
	position:absolute;
	left:1064px;
	top:620px;
}

.help-area {
	position: absolute;
	left: 365px;
	bottom: 30px;
}
