#StartStoneButton{
	position: absolute;
	top: 325px;
	left: 0px;
	width: 100px;
	height: 50px;
	display: block;
}

#ResetStoneButton{
	position: absolute;
	top: 325px;
	right: 0px;
	width: 50px;
	height: 50px;
	display: none;
}

#TimerButton{
	position: absolute;
	top: 0px;
	left: 650px;
	width: 250px;
	height: 40px;
	display: none;
}

#SystemMessage{
	position: absolute;
	top: 50px;
	width: 850px;
	height: 125px;
	left: 25px;
}

#SpaceForAnswer{
	position: absolute;
	top: 450px;
	width: 825px;
	height: 125px;
	left: 50px;
	background-color: #EEEEEE;
	border: 2px solid #990000;
	border-radius: 5px;
	display: none;
}

#AnswerTitle{
	position: absolute;
	width: 200px;
	top: 25px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 200px;
	top: 75px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 600px;
	top: 25px;
	left: 200px;
}

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

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

.AnswerBox{
	position: absolute;
	left: 305px;
	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;
	top: 40px;
	left: 650px;
	width: 150px;
}

.InvisibleButton{

}



