#pause {
    position:absolute;
	left: 160px;
	width: 80px;
	height: 40px;
	font-size: 20px;
}

#levelSelect{
	font-size: 8vmin;
}

#endGameMenu{
}


#time {
	float: left;
	margin-left:5px;
	font-size: 20px;
}

#score{
	float: right;
	margin-right:5px;
	font-size: 20px;
}

#startButton{
	font-size: 8vmin;
}

#endScore{
	font-size: 8vmin;
}

#highScore{
	font-size: 8vmin;
}

#gameOver{
	font-size: 8vmin;
}

#informationBar {
	text-align:center;
	float: left;
	width: 400px;
	height: 30px;
	border-style: solid;
    border-width: 1px;
	border-color: black;
	top: 0;
	left: 5px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	background-color:white;
}

#canvas {
	top: 0;
	left: 5px;
	position: absolute;
}

#container {
  position: relative;
  text-align:center;
  width: 50vmin;
  height: 90%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
 }
 
input[type=radio] {
    border: 0px;
    width: 10%;
    height: 1em;
}
 
 .formButtonfront {
  border:1px solid gray;
  border-radius:7%;
  font-size:0.875;
  word-wrap: break-word;
  width: 100px; // only for IE8
  max-width: 100%;
  max-height: 100%;
 }