#SystemMessage{
	position: absolute;
	top: 25px;
	width: 525px;
	left: 375px;
}

#ControlValueArea{
	position: absolute;
	top:500px;
	left: 0px;
}

#BallUpButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 80px;
}

#BallUpSmallButton{
	position: absolute;
	top: 0px;
	left: 55px;
	width: 50px;
	height: 80px;
}

#BallUpRealSmallButton{
	position: absolute;
	top: 0px;
	left: 110px;
	width: 50px;
	height: 80px;
}

#BallDownButton{
	position: absolute;
	top: 0px;
	left: 295px;
	width: 50px;
	height: 80px;
}

#BallDownSmallButton{
	position: absolute;
	top: 0px;
	left: 240px;
	width: 50px;
	height: 80px;
}

#BallDownRealSmallButton{
	position: absolute;
	top: 0px;
	left: 185px;
	width: 50px;
	height: 80px;
}

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

#AnswerTitle{
	position: absolute;
	width: 500px;
	top: 15px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 500px;
	top: 50px;
	text-align: center;
}

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

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

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

.AnswerBox{
	position: absolute;
	left: 180px;
	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: 90px;
	left: 325px;
	width: 150px;
}
