.crop-mask {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-320px; 
	z-index:3;  
}

.drag-box {
	position: absolute;
	left: 192px;
	top: 144px; 
	width: 640px;
	height: 480px;
	z-index:6;
	/*border: 2px dashed #fcb315; */
	transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
}
.photo-box {
	position: absolute;
	left: 192px;
	top: 144px; 
	width: 640px;
	height: 480px;
	z-index:2; 
	transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
}
.mask-box {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-512px;
	width: 1024px;
	height: 768px;
	z-index:5;
}
.title-box {
	position:relative;
	z-index:10; 
	margin-top: 43px;
}


.resize, .rotate {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index:10;
}

.resize {
  bottom: 5%;
  right: 50%;
  background-image: url(../img/resize.png);
}

.rotate {
  top: 5%;
  right: 50%;
  background-image: url(../img/rotate.png)
}

.centre_mark,
.origin_mark,
.phantom_mark {
	position: absolute;
	top: 0;
	left: 0;
	background: orange;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	margin-top: -4px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	line-height: 8px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Helvetica;
	color: rgba(128,128,128,0.6);
	text-indent: 8px;
	border: 1px solid black;
}