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

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

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

.img_start{
	border:5px black dotted;
	position: absolute;
	top: 30;
	left: 15;
}

.txt_start{
  border:5px black dotted;
	width:200px;
	height:200px;
	position: absolute;
	top: 30;
	left: 15;
}

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

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