#SystemMessage{
	position: absolute;
	top: 15px;
	width: 825px;
	left: 50px;
	height: 50px;
}

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

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

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

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

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

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 150px;
	left: 0px;
	height: 50px;
	margin-bottom: 8px;
	text-align: right;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 155px;
	width: 145px;
	height: 200px;
}

.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;
}
