﻿div#textarea {
	position: relative;
}

div#text {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 330px;
}

div#contentmaskhome {
	position: absolute; 
	left: 0px; 
	top: 16px; 
	width: 330px; 
	height:360px;
	border: 0px solid white;
	clip: rect(0px 330px 360px 0px); 
	overflow: hidden; 
	z-index: 6;
}

div#contentmask {
	position: absolute; 
	left: 0px; 
	top: 16px; 
	width: 330px; 
	height:570px;
	border: 0px solid white;
	clip: rect(0px 330px 570px 0px); 
	overflow: hidden; 
	z-index: 6;
}


div#drag {
	position: absolute; 
	left: 325px; 
	top: 35px; 
	z-index: 4;
	cursor: pointer;
}

div#trackhome {
	position: absolute; 
	left: 330px; 
	height: 345px;
	top: 20px; 
	z-index: 3;
	cursor: pointer;
}


div#track {
	position: absolute; 
	left: 330px; 
	height: 520px;
	top: 20px; 
	z-index: 3;
	cursor: pointer;
}

