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

#WavelengthDownButton{
	position: absolute;
	top: 100px;
	left: 25px;
	width: 40px;
	height: 50px;

}

#WavelengthUpButton{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 40px;
	height: 50px;

}

#BigVoltsUpButton{
	position: absolute;
	top: 10px;
	left: 720px;
	width: 50px;
	height: 70px;
}

#BigVoltsDownButton{
	position: absolute;
	top: 10px;
	left: 600px;
	width: 50px;
	height: 70px;
}

#LittleVoltsUpButton{
	position: absolute;
	top: 105px;
	left: 720px;
	width: 50px;
	height: 30px;
}

#LittleVoltsDownButton{
	position: absolute;
	top: 105px;
	left: 600px;
	width: 50px;
	height: 30px;
}

#SystemMessage{
	position: absolute;
	top: 175px;
	left: 250px;
	width: 600px;
	height: 50px;
}

#SpaceForAnswer{
	position: absolute;
	top: 10px;
	width: 400px;
	left: 180px;
	height: 150px;
	background-color: #EEEEEE;
	border: 2px #990000 solid;
	border-radius: 10px;
}

#AnswerTitle{
	position: absolute;
	width: 400px;
	top: 5px;
	left: 0px;
}

#FormArea{
	position: absolute;
	width: 400px;
	top: 45px;
	left: 0px;
}

.FormRow{
	position: relative;
	width: 400px;
	height: 50px;
}

.TextBox{
	position: absolute;
	top: 0px;
	width: 250px;
	left: 0px;
}
.FormText{
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	top: 0px;
	margin-top: 5px;
	width: 250px;
	right: 0px;
	text-align: right;
}

.AnswerBox{
	position: absolute;
	left: 255px;
	top: 0px;
	width: 120px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 100px;
	left: 0px;
	height: 25px;
	text-align: center;
	border: black;
	border-style: solid;
	border-width: 3px;
}

#SubmitButton{
	position: absolute;
	bottom: 5px;
	left: 125px;
	width: 150px;
}

.InvisibleButton{

}



