*{
	font-family: Helvetica, sans-serif;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
}
body{
	margin: auto;
	width: 400px;
}
h1 {
	color: #aaaaaa;
	font-size: 3em;
	line-height: 1em;
	text-shadow: 2px 2px 2px;
}
#objhold{
	box-shadow:  0px 4px 4px black inset, 3px 0px 4px black inset, 7px 0px 6px white inset, 0px 8px 6px white inset;
	line-height: 0px;
	margin: auto;
	width: 320px;
	height: 320px;
	padding:20px 10px 5px 10px;
	border-radius: 30px;
	background-color: black;
}
.basic{
	display: inline-block;
	width: 98px;
	height: 98px;
	border-radius:13px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	margin: 0px;
	box-shadow: -3px -3px 4px rgba(0,0,0,0.3) inset, 3px 3px 5px rgba(255,255,255,0.8) inset;
}
#overlay{
	width: 300px;
	position: absolute;
	z-index: 1;
	top: 200px;
	margin-left: 50px;
	border-radius: 12px;
	padding: 20px 0px 20px 0px;
	box-shadow: 0px 5px 4px #003355, 0px 2px 3px #ddeeff inset;
	text-align: center;
	background-color: #6699cc;
}
#overlay_2{
	display: none;
	width: 300px;
	position: absolute;
	z-index: 1;
	top: 200px;
	margin-left: 50px;
	border-radius: 12px;
	padding: 20px 0px 20px 0px;
	box-shadow: 0px 5px 4px #003355, 0px 2px 3px #ddeeff inset;
	text-align: center;
	background-color: #6699cc;
}
.button{
	display: inline-block;
	width: 100px;
	height: 50px;
	cursor: default;
	border-radius: 6px;
	border: 1px solid black;
	text-align: center;
	margin: 15px;
	background: linear-gradient(#666666, #999999, #333333);
	box-shadow: 0px 2px 1px white inset;
}
.button:hover{
	box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.button:active{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
	background: linear-gradient(#eeeeee, #999999, #cccccc);
}
.buttonText{
	color: white;
	text-shadow: 0px 0px 3px black;
	position: relative;
	top: 15px;
	font-weight: bold;
}
#menubutton{
	display:none;
	margin: 5px 0px 0px 180px;
	width: 40px;
	height: 40px;
	cursor: default;
	border-radius: 20px;
	border: 1px solid black;
	text-align: center;
	background: radial-gradient(#666666, #999999, #333333);
	box-shadow: 0px 2px 1px white inset;
}
#menubutton:active{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
	background: radial-gradient(#000000, #999999);
}
.bar{
	display: block;
	width: 20px;
	height: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
}
.box{
	border: 2px solid white;
	border-radius: 3px;
	width: 24px;
	position: relative;
	top: 7px;
	left: 6px;
}
.win{
	display: none;
	position: absolute;
	top: 230px;
	margin-left: 38px;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #006633, -1px -1px 2px #660033, 0px 0px 10px #000000;
}
#p1{
	color: #00FF00;
}
#p2{
	color: #FF0000;
}