#canvas {
	width: 720px;
	height: 405px;
	cursor: url(/style/pencil.png), pointer;
}

#palette {
	width: 150px;
	height: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: crosshair;
}

#palette:hover {
	width: 600px;
	height: 108px;
}

#canvas, #palette {
	border: 1px solid #000;
	background-color: #FFF;
	display: inline-block;
	box-shadow: 0 0 12px #000;
}

.wrapper {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: -o-linear-gradient(top, #222, #000);
	background: -moz-linear-gradient(top, #222, #000);
	background: -webkit-linear-gradient(top, #222, #000);
	box-shadow: 0px 1px 12px #000;
	position: relative;
}

.img_title {
	width: 100%;
	background: -o-linear-gradient(top, #444, #222);
	background: -moz-linear-gradient(top, #444, #222);
	background: -webkit-linear-gradient(top, #444, #222);
	font-size: 32px;
	color: #EEE;
	text-align: center;
	padding: 12px 0;
	box-shadow: 0px 1px 12px #000;
	text-shadow: 0 0 4px white;
}

#img_title {
	font-size: 25px;
	width: 700px;
	padding: 3px 12px;
	text-align: center;
	background-color: transparent;
	color: #FFF;
	border: none;
	box-shadow: none;
	text-shadow: 0 0 1px #FFF;
}

#img_title.checking {
	background: transparent url(/style/draw_input_load.gif) 99% 50% no-repeat;
}

.img_wrapper {
	width: 722px;
	position: relative;
	display: inline-block;
}

#btn_save, #btn_upload {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#btn_cancel {
	position: absolute;
	bottom: 15px;
	right: 180px;
}

#btn_upload, #btn_cancel {
	display: none;
}

#img_overlay {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	position: absolute;
	top: 0;
}

#thumbnail {
	width: 250px;
	height: 250px;
	cursor: move;
	border: 1px dotted #AAA;
	left: 234px;
	top: 78px;
	position: absolute;
	z-index: 2;
	display: none;
	box-shadow: 0px 1px 12px #000;
}
