﻿/* nonInertialFrame1.css */


div.mainContainer
{
	position : relative;
	width    : 900px;
	height   : 460px;
}


img.shaft
{
	position : absolute;
	width    : 80px;
	height   : 460px;
	left     : 100px;
	top      : 0px;
	border   : medium gray solid;
}


img.elevator
{
	position : absolute;
	width    : 60px;
	height   : 100px;
	left     : 110px;
	top      : 350px;
	border   : thin black solid;
}


div.controlPanel
{
	position   : absolute;
	width      : 100px;
	height     : 460px;
	left       : 0px;
	top        : 0px;
	text-align : center;
}


div.message
{
	position : absolute;
	width    : 680px;
	height   : 300px;
	left     : 220px;
	top      : 0px;
}


div.explanation
{
	display : none;
	width   : 680px;
	height  : 300px;
}


input.pauseResume
{
	width : 90px;
}


input.restart
{
	width : 90px;
}

