@font-face {
  font-family: 'Minecraft';
  src: url('/Includes/fonts/mcfont.eot');
  src: url('/Includes/fonts/mcfont.eot?#iefix') format('embedded-opentype'),
       url('/Includes/fonts/mcfont.woff') format('woff'),
       url('/Includes/fonts/mcfont.ttf')  format('truetype');
}
html {
	background: url(/Includes/images/bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Minecraft;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #DDDDDD;
}
table.table {
	margin:auto;
	width:50%;
	text-align:center;
	background-color:rgba(0,0,0,0.6);
	border:1px solid black;
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
div.overlay-box {
	margin:5% auto auto auto;
	width:380px;
	height:auto;
	background-color:rgba(0,0,0,0.6);
	border:1px solid black;
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.text {
#	text-align:center;
#	position:relative;
	padding: 20px 20px 20px 20px;
	top:80px;
}
.button {
	height: 32px;
	width: 120px;
	outline: 2px solid black;
	position: relative;
	margin: 0 2px 0px 2px;
	display: inline-block;
	background-image: url('/Includes/images/button_center.png');
	background-repeat: repeat;
	padding: 0;
	font-family: Minecraft;
	text-align: center;
	color: white;
	text-shadow: 3px 3px #4C4C4C;
	border-bottom: 4px solid #565656;
	border-right: 2px solid #565656;
	border-left: 2px solid #AAA;
	border-top: 2px solid #AAA;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
}

.button span {
  position: relative;
  line-height: 30px;
  bottom: 3px;
}

.button:hover {
  border-bottom: 4px solid #59639A;
  border-right: 2px solid #59639A;
  border-left: 2px solid #BDC6FF;
  border-top: 2px solid #BDC6FF;
  background-image: url('/Includes/images/button_active_center.png');
  color: #FFFFA0;
}