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

#SystemMessage{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	top: 15px;
	width: 855px;
	left: 25px;
	height: 100px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
}

#SpaceForAnswer{
	position: absolute;
	top: 175px;
	width: 300px;
	left: 600px;
	height: 400px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
}

#AnswerTitle{
	position: absolute;
	width: 300px;
	top: 15px;
}

#DirectionsforSub{
	position: absolute;
	width: 300px;
	top: 60px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 300px;
	top: 110px;
	left: 0px;
}

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 150px;
}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	width: 300px;
	left: 0px;
	height: 75px;
	text-align: center;
}

.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;
	margin-bottom: 25px;
	border: black;
	border-style: solid;
	border-width: 2px;
}

#SubmitButton{
	position: absolute;
	bottom: 15px;
	right: 75px;
	width: 150px;
}
