
/*#wrapper {
	min-height: 100%;
}*/
/*#header {
	padding: 30px 0;
	background: #000;
	-webkit-box-shadow: 0 0 4px #000; 
        box-shadow: 0 0 4px #000; 
}
.headerInner {
	width: 1003px;
	margin: 0 auto;
}
.logo {
	margin: 0 0 0 80px;
	color: #fff;
}
h3 {
	margin: 0 0 10px;
}*/
/*.content {
	width: 1003px;
	margin: 0 auto;
	padding: 40px 0 20px;
}*/
/*.imageZoneWrapper {
	margin: 0 0 0 80px;
}*/
.imageZoneWrapper {
	/*position: fixed;*/
	/*width: 100%;
	height: 100%;*/
	left: 0;
	top: 0;
	/*padding: 95px 20px 20px;*/
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#imageZone {
	display: table;
	border: 2px dashed grey;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	color: #ccc;
	font-weight: bold;
}
#imageZone .text {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#image {
	position: absolute;
	top: 1px;
	left: 1px;
}
.canvasHolder {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}
#canvas {
	border: 1px solid grey;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
#fakeCanvas {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
}
#fakeCanvas img {
	vertical-align: top;
	position: static;
	margin: 1px;
}
#fakeCanvas area {
	cursor: pointer;
	background: rgba(0,0,0,0.5);
}
.control {
	margin: 20px 0;
	padding: 0;
	display: none;
	list-style: none;
}
.control li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.saveInfo,
.control a {
	/*display: inline-block;
	border: 1px solid grey;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	font-size: 17px;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 5px;
	border-color: #6B8E23;
	background: #668014;
	box-shadow: 0 0 4px #556B2F;*/
}
.saveInfo.active,
.control .active {
	/*background: rgba(150,10,8,0.7);*/
}
.control .generateButton {
	margin: 0 100px 0 13px;
	background: #4973AB;
	border-color: #687C97;
	box-shadow: 0 0 4px #120A8F;
}
.imageLoaded .control {
	display: block;
}
.imageLoaded .imageZoneWrapper{
	display: none;
}
.fileUploader {
	margin-top: 15px;
}
.imageLoaded .fileUploader {
	display: none;
}
#mapHtml {
	margin: 10px 0;
	width: 100%;
	display: none;
	min-height: 50px;
	min-width: 200px;
	padding: 10px;
	border: 2px dashed grey;
	border-radius: 10px;
	font-family: 'Courier New', Courier, monospace;
}
.helpText {
	display: none;
}
.infoFields {
	list-style: none;
	margin: 0;
	display: none;
	padding: 10px 0;
}
/*.infoFields li {
	margin: 0 0 10px;
}
.infoFields label {
	vertical-align: middle;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	width: 80px;
	padding: 2px 0 0;
}
.infoField {
	vertical-align: middle;
	display: inline-block;
	width: 203px;
	padding: 5px 15px;
	border: 3px solid grey;
	border-radius: 12px;
	box-shadow: 0 0 5px grey;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.infoField:focus {
	background: #FBEC5D;
}*/
.saveInfo {
	/*margin: 0 15px 0 83px;
	width: 215px;
	background: #FF5333;
	text-align: center;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	border-width: 3px;
	border-color: grey;
	border-radius: 14px;
	text-transform: uppercase;
	box-shadow: 0 0 5px grey;*/
}
.notification {
	display: none;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	color: green;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
/*.imageLoaded .colorsHolder {
	display: block;
}*/
.colorsHolder {
	display: none;
	float: left;
}
.simpleColorDisplay {
	margin: 0 5px 0 0;
	float: left;
}
.simpleColorContainer {
	margin: 0 0 7px;
	overflow: hidden;
}
#opacity {
	width: 50px;
	text-align: center;
	border: 1px solid #000;
	margin: 0 0 10px;
}
#fakeCanvas.moving area,
.moving {
	cursor: move;
}
