#SystemMessage{
	position: absolute;
	top: 10px;
	width: 850px;
	left: 25px;
	height: 40px;
}

#StartExpansion{
	position: absolute;
	top: 50px;
	width: 600px;
	left: 50px;
	height: 200px;
}

#SpaceForAnswer{
	position: absolute;
	top: 350px;
	width: 375px;
	left: 550px;
	height: 250px;
	display: none;
}

#AnswerTitle{
	position: absolute;
	width: 375px;
	top: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 375px;
	top: 40px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 375px;
	top: 80px;
	left: 0px;
}

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 355px;
	height: 40px;
}

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

#FormAnswers{
	position: absolute;
	top: 45px;
	left: 10px;
	width: 355px;
	height: 40px;
}

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

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



