.FinalHide{

}

#Asterisk{
	position: absolute;
	top: 580px;
	left: 10px;
	width: 880px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#990000;
	text-align: center;
}

#SystemMessage{
	position: absolute;
	top: 25px;
	width: 860px;
	left: 20px;
	height:40px;
}

#ErrorText{
	position: absolute;
	top: 375px;
	width: 860px;
	left: 20px;
	height:40px;
}

#QuestionText{
	position: absolute;
	top: 380px;
	width: 860px;
	left: 20px;
	height:40px;
}

#QuestionAnswer{
	position: absolute;
	top: 450px;
	width: 860px;
	left: 20px;
	height:40px;
	text-align: center;
}

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

#ChoiceArea{
	position: absolute;
	top: 475px;
	left: 150px;
	width: 600px;
	height: 85px;
}

.AnswerButton{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#990000;
	width: 100px;
	padding-top: 10px;
	height: 65px;
	background-color: #DDDDDD;
	border: 4px #000000 solid;
	border-radius: 10px;

}

#Sign1{
	position: absolute;
	left: 0px;
}

#Sign2{
	position: absolute;
	left: 165px;
}

#Sign3{
	position: absolute;
	left: 330px;
}

#Sign4{
	position: absolute;
	left: 495px;
}

.InvisibleButton{

}
