#StartButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 150px;
	cursor: pointer;
}

#ResetButton{
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 150px;
	height: auto;
	display: none;
	cursor: pointer;
}

#PauseButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 150px;
	display: none;
	cursor: pointer;
}

#ResumeButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 150px;
	height: auto;
	display: none;
	cursor: pointer;
}

#ChangeWashers{
	position: absolute;
	top: 280px;
	left: 435px;
	width: 60px;
	height: 160px;
}

#ChangeRadius{
	position: absolute;
	top: 180px;
	left: 435px;
	width: 60px;
	height: 60px;
}

#ChangeMassUp{
	position: absolute;
	top: 200px;
	left: 650px;
	width: 50px;
	height: 70px;
}

#ChangeMassDown{
	position: absolute;
	top: 200px;
	left: 750px;
	width: 50px;
	height: 70px;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
	cursor: pointer;
}

.InvisibleButton{

}
