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

#VersionMessage{
	position: absolute;
	top: 475px;
	width: 550px;
	left: 25px;
	height:45px;
}

#DisplayGraphButton{
	position: absolute;
	top:180px;
	left: 0px;
	width: 50px;
	height:400px;
	cursor: pointer;

}

#ControlValueArea{
	position: absolute;
	top:200px;
	left: 25px;
}

#ChangeAccelerationButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 75px;
	cursor: pointer;
}

#ChangeMassButton{
	position: absolute;
	top:85px;
	left: 0px;
	width: 275px;
	height: 75px;
	cursor: pointer;
}

#ChangeSurfaceButton{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 275px;
	height: 75px;
	cursor: pointer;
}


#GasPedal{
	position: absolute;
	top:400px;
	left:800px;
	height:200px;
	width:100px;
	display: none;
}

#GasPedal2{
	position: absolute;
	top:400px;
	left:800px;
	height:200px;
	width:100px;
	display: none;
}

#BrakePedal{
	position: absolute;
	top:440px;
	left:640px;
	height:100px;
	width:140px;
	display: none;
}

#BrakePedal2{
	position: absolute;
	top:440px;
	left:640px;
	height:100px;
	width:140px;
	display: none;
}

#ResetButton{
	position: absolute;
	top:550px;
	left:610px;
	height:40px;
	width:180px;
	display: none;
	cursor: pointer;
}

#StartButton{
	position: absolute;
	top:550px;
	left:650px;
	height:40px;
	width:120px;
	cursor: pointer;
}

#DesktopButton{
	position: absolute;
	top: 275px;
	left: 150px;
	width: 150px;
	cursor: pointer;
}

#TouchButton{
	position: absolute;
	top: 275px;
	right: 150px;
	width: 150px;
	cursor: pointer;
}


.InvisibleButton{

}
