#creepTable, #creepOptions, #creepStats {
	margin: 10px;
	padding: 5px;
	border: 3px outset #91D94A;
	border-radius: 5px;
	background: #80bf41;
	text-align: center;
}

#creepTable {
	float: left;
	padding: 0px;
	visibility: hidden;
	width: 710px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: url('creepPoint.png') 1 19, default;
}
#creepOptions {
	float: right;
	width: 198px;
	margin-left: 0px;
}
#creepStats {
	display: none;
	clear: both;
	width: 924px;
	margin-top: 0px;
}

#creepOptions header, #creepStats header {
	text-align: center;
	border-radius: 5px;
	color: #f2f2f2;
	background: #34590e;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 5px;
}

#playGame {
	width: 120px;
	height: 24px;
	margin-top: 5px;
	border-color: #599918;
	border-radius: 5px;
	color: #f2f2f2;
	font-style: bold;
	background: #34590e;
}
#creepOptions article {
	padding: 5px;
	margin-right: 5px;
	text-align: right;
}
#creepOptions article input {
	width: 80px;
	border: 2px inset #91D94A;
	background: #f2f2f2;
	text-align: left;
}
#creepOptions select {
	width: 84px;
	border: 2px inset #91D94A;
	margin-bottom: 10px;
	background: #f2f2f2;
}

#creepTable table {
	margin: 3px auto;
	background: #80bf41;
}
#creepTable td {
	width: 32px;
	height: 32px;
	border: 2px outset #599918;
	border-radius: 5px;
	color: #f2f2f2;
	font-style: bold;
	background: #34590e center center no-repeat;
}
#creepTable .stone {
	background: #34590e url('stone.png') center center no-repeat;
}
#creepTable .cobble {
	background: #34590e url('cobble.png') center center no-repeat;
	color: #121212;
	font-size: 20px;
	font-weight: bold;
}
#creepTable .creep {
	background: #34590e url('creeper.png') center center no-repeat;
}
#creepTable .flag {
	background: #34590e url('creepFlag.png') center center no-repeat;
}
#gameEnd {
	position: absolute;
	visibility: hidden;
	width:710px;
	z-index: 1;
	color: #34590e;
	text-shadow: #121212 3px 3px 5px;
	font-size: 64px;
	vertical-align: middle;
}

#creepStats article {
	display: inline-block;
	margin: 0px 80px;
	font-style: italic;
	font-size: 14px;
}
#creepStats output {
	display: block;
	width: 80px;
	padding: 5px;
	margin: 5px auto;
	font-style: normal;
	border-radius: 5px;
	background: #add96c;
}