.keypad
{
	margin: auto;
	text-align: center;
}
.btn, .btnhi, .btnbig, .btnbighi
{
	font-size: 40px;
/*	font-family: monospace;*/
	cursor: pointer;
	width: 64px;
	height: 54px;
	text-align: center;
	background-color: rgb( 36, 90, 180 );
	background-image: url('btn.png');
	padding: 0;
	padding-top: 10px;
	margin: 0;
	color: white;
}

.btnhi
{
	background-color: rgb( 108, 174, 220 );
}

.btnbig, .btnbighi
{
	font-size: 20px;
	padding-top: 10px;
	margin: auto;
	width: 250px;
	height: 34px;
	background-image: url('btnbig.png');
	margin-bottom: 30px;
	margin-top: 30px;
}

.btnbighi
{
	background-color: rgb( 108, 174, 220 );
}

#turn
{
	display: none;
}

#progress
{
	height: 9px;
	background-color: silver;
	margin: 4px;
	display: none;
}

#progressperc
{
	background-color: red; background-image: url('progress.png');
	height: 9px;
}

#inst
{
	padding-left: 10px;
	text-align: left;
	display: none;
}
#inst p
{
	margin: 0;
	margin-top: 7px;
}
#inst h4
{
	margin: 0;
	margin-top: 10px;
}
#gameover
{
	display: none;
	text-align: center;
}
#hiscore
{
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
}
#statusbar
{
	display: block;
}

#intro
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#scoretbl table tr td
{
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 0px 1px;
	border-collapse: collapse;
}
#scoretbl
{
	width: 100%;
	margin-top: 10px;
	text-align: left;
}
#scoretbl table
{
	border-collapse: collapse;
	margin: auto;
}
#clearbtn
{
	display: none;
}