#area {
	width: 720px;
	height: 405px;
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	left: 50%;
	margin-left: -361px;
	box-shadow: 0 2px 12px #333;
}

#area:not(.no-cur) {
	cursor: url(pencil.png), pointer;
}

#area.no-cur {
	border: 1px solid #222;
}

#area .del {
	cursor: pointer;
}

#palette {
	background: url(/style/draw-palette.png);
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 616px;
	height: 41px;
	cursor: crosshair;
	box-shadow: #000 0 0 22px, #000 0 0 7px;
}

#drawing {
	width: 720px;
	height: 405px;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 7px;
	box-shadow: 0 2px 12px #333;
}

#info {
	margin-bottom: 25px;
	text-align: center;
}

#holder {
	width: 722px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -360px;
}

#btn_next {
	float: right;
}

#thumbnail {
	width: 250px;
	height: 250px;
	cursor: move;
	border: 1px dotted #AAA;
	border-radius: 7px;
	left: 234px;
	top: 78px;
	background-color: #222;
	opacity: 0.4;
	position: absolute;
}

.prev-img {
	cursor: pointer;
	width: 100px;
	height: 100px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #CCC;
}

.prev-img:hover {
	border-color: #999;
}

#pen {
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(pencil.png);
}

#rate {
	height: 44px;
	border: 1px solid #BBB;
	border-radius: 4px;
	background-color: #DDD;
	box-shadow: 0 1px 1px #FFF;
	display: inline-block;
	position: absolute;
	top: 434px;
	right: 3px;
	opacity: 0.7;
}

#rate:hover {
	border: 1px solid #777;
	cursor: pointer;
	opacity: 1;
}

#rate>.frame {
	width: 78px;
	height: 44px;
	display: inline-block;
}

#rate>.frame:hover {
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #FFF 0, #CCC 100%);
	background-image: -ms-linear-gradient(top, #FFF 0, #CCC 100%);
	background-image: -o-linear-gradient(top, #FFF 0, #CCC 100%);
	background-image: -webkit-linear-gradient(top, #FFF 0, #CCC 100%);
}

#rate>.frame>.box {
	width: 27px;
	height: 34px;
	margin: 5px 8px;
	display: inline-block;
	background: url(/style/thumbs.png);
}

#rate>.frame>.count {
	vertical-align: 14px;
	color: #777;
}

#rate>.frame>.up {
	background-position: -2px -2px;
}

#rate>.frame>.down {
	background-position: -2px -39px;
}

#rate>.frame:hover>.up, #rate.up>.frame>.up {
	background-position: -38px -2px;
}

#rate>.frame:hover>.down, #rate.down>.frame>.down {
	background-position: -38px -39px;
}

#rate.up>.frame>#tup {
	color: #0D0;
}

#rate.down>.frame>#tdown {
	color: #E00;
}

#save_form{display:block;width:437px;height:122px;margin-left:-246px;margin-top:-121px;display:none;}
#open_save_form{position:absolute;bottom:15px;right:15px;}
#act_col{cursor:pointer;position:absolute;left:647px;bottom:15px;height:39px;width:39px;background-color:#000;border:1px solid black;box-shadow:black 0 0 22px, black 0 0 7px;border-radius:12px;}

.img_icon {
	width: 150px;
	height: 150px;
}

.img_a {
	margin: 20px;
	border: 1px solid #777;
	border-radius: 7px;
	box-shadow: 0 0 15px #222, 0 0 12px #777;
	cursor: pointer;
	display: inline-block;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.img_a:hover {
	border-color: #222;
	box-shadow: 0 0 15px #222, 0 0 12px #000;
}

#perc_wrapper {
	width: 200px;
	height: 30px;
	display: block;
	border: 1px solid black;
	border-radius: 15px;
	overflow: hidden;
	position: static;
	background-color: #222;
	box-shadow: 0 0 6px #222;
}

#perc {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, #020, #0A0);
	background: -ms-linear-gradient(left, #020, #0A0);
	background: -o-linear-gradient(left, #020, #0A0);
	background: -webkit-linear-gradient(left, #020, #0A0);
}