.InLabDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	text-align: center;
}

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

#StartMotionButton{
	position: absolute;
	width: 60px;
	height: 60px;
}

#CollectDataButton{
	position: absolute;
	width: 25px;
	height: 75px;
	left: 100px;
	top:100px;
}

#SystemMessage{
	position: absolute;
	top: 415px;
	left: 515px;
	width: 360px;
	height: 140px;
	background-color: #EEEEEE;
	border: 2px #990000 solid;
	border-radius: 10px;
	padding: 15px;
}

#TimerStatusButton{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 200px;
	height: 50px;
}

#PauseStatusButton{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 400px;
	height: 50px;
}

#VariableControlArea{
	position: absolute;
	top: 0px;
	left: 550px;
	width: 350px;
	height: 600px;
}

#ChangeLDown{
	position: absolute;
	top: 40px;
	left: 30px;
	width: 50px;
	height: 50px;
}

#ChangeLUp{
	position: absolute;
	top: 40px;
	left: 220px;
	width: 50px;
	height: 50px;
}

#ChangeMassUp{
	position: absolute;
	top: 240px;
	left: 220px;
	width: 50px;
	height: 50px;
}

#ChangeMassDown{
	position: absolute;
	top: 240px;
	left: 30px;
	width: 50px;
	height: 50px;
}

#ChangeAmpDown{
	position: absolute;
	top: 140px;
	left: 30px;
	width: 50px;
	height: 50px;
}

#ChangeAmpUp{
	position: absolute;
	top: 140px;
	left: 220px;
	width: 50px;
	height: 50px;
}

#ChangeAmpZero{
	position: absolute;
	top: 130px;
	left: 90px;
	width: 120px;
	height: 50px;
}

#ChangegUp{
	position: absolute;
	top: 340px;
	left: 220px;
	width: 50px;
	height: 50px;
}

#ChangegDown{
	position: absolute;
	top: 340px;
	left: 30px;
	width: 50px;
	height: 50px;
}

.InvisibleButton{

}
