#SystemMessage{
	position: absolute;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	top: 5px;
	width: 400px;
	left: 475px;
	height:100px;
	border: black;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	display: block;
}

#SpaceForAnswer{
	position: absolute;
	top: 100px;
	width: 400px;
	left: 25px;
	height: 250px;
}

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

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

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

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 50px;
}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	width: 250px;
	left: 0px;
	height: 50px;
	text-align: right;
	padding-top: 5px;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 265px;
	width: 135px;
	height: 50px;
}

.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: 0px;
	right: 125px;
	width: 150px;
	cursor: pointer;
}



