#DrawingSectionTwo{
	position: absolute;
	top: 650px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#SystemMessage{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 325px;
	height: 300px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 10px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#CollectButton{
	position: absolute;
	top: 515px;
	left: 525px;
	width: 90px;
	height: 50px;
}


#ResetButton{
	position: absolute;
	top: 100px;
	left: 500px;
	width: 90px;
	height: 400px;
}

#VariableControlArea{
	position: absolute;
	top: 0px;
	left: 580px;
	width: 340px;
	height: 520px;
}

#ChangekDown{
	position: absolute;
	top: 60px;
	left: 50px;
	width: 75px;
	height: 75px;
}

#ChangekUp{
	position: absolute;
	top: 60px;
	left: 225px;
	width: 75px;
	height: 75px;
}

#ChangeMassDown{
	position: absolute;
	top: 185px;
	left: 50px;
	width: 75px;
	height: 75px;
}

#ChangeMassUp{
	position: absolute;
	top: 185px;
	left: 225px;
	width: 75px;
	height: 75px;
}

#ChangeAmpDown{
	position: absolute;
	top: 310px;
	left: 50px;
	width: 75px;
	height: 75px;
}

#ChangeAmpUp{
	position: absolute;
	top: 310px;
	left: 225px;
	width: 75px;
	height: 75px;
}

#ChangegDown{
	position: absolute;
	top: 435px;
	left: 50px;
	width: 75px;
	height: 75px;
}

#ChangegUp{
	position: absolute;
	top: 435px;
	left: 225px;
	width: 75px;
	height: 75px;
}

.InvisibleButton{

}
