
.workspace{
	border:2px black solid; 
	width:500px; 
	height:500px;
}

.txt_area_start{
	width:160px;
	height:160px;
	background: #fff;
	margin: 20px 20px 20px 20px;
	border:0;
	overflow: hidden;
}

.img_img_start{
	margin: 0;
	border:0;
}

.img_start{
	position: absolute;
	top: 0;
	left: 0;
}

.txt_start{
	width:200px;
	height:200px;
	position: absolute;
	top: 0;
	left: 0;
}

.dragger{
	background: url(images/drag.png);
	width:20px; 
	height:20px;
	position: absolute;
	bottom: -15;
	left: -15;
	
}

.resizer{
	background: url(images/zoom.png);
	clear: both;
	width:20px; 
	height:20px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.delete{
	background: url(images/delete.png);
	width:20px; 
	height:20px;
	position: absolute;
	top: -15;
	right: -15;
}
