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

#SystemMessage{
	position: absolute;
	top: 425px;
	left: 25px;
	width: 575px;
	height: 175px;
}

#ChangeWhatMeasure{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 400px;
	height: 50px;
}

#ChangeTube{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 50px;
	height: 450px;

}


#StartButton{
	position: absolute;
	top: 275px;
	left: 25px;
	width: 150px;
	height: 50px;
	cursor: pointer;
}

#ResetButton{
	position: absolute;
	top: 275px;
	left: 25px;
	width: 180px;
	height: 50px;
	display: none;
	cursor: pointer;
}

#PauseButton{
	position: absolute;
	top: 200px;
	left: 25px;
	width: 180px;
	height: 50px;
	display: none;
	cursor: pointer;
}

#MoveRightTubeUpButton{
	position: absolute;
	top: 450px;
	left: 650px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveRightTubeDownButton{
	position: absolute;
	top: 505px;
	left: 650px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveLeftTubeUpButton{
	position: absolute;
	top: 230px;
	left: 500px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveLeftTubeDownButton{
	position: absolute;
	top: 290px;
	left: 500px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveWaterUpButton{
	position: absolute;
	top: 125px;
	left: 200px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveWaterDownButton{
	position: absolute;
	top: 195px;
	left: 200px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveTubeTopUpButton{
	position: absolute;
	top: 5px;
	left: 500px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#MoveTubeTopDownButton{
	position: absolute;
	top: 65px;
	left: 500px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.InvisibleButton{

}



