html, body {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background: #000000;
	width: 100%;
	height: 100%;
	display: table;
}

body {
	min-width: 300px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}

button {
	border: 0;
	color: #000000;
	margin: 1%;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	height: 10%;
	min-height: 50px;
	max-height: 80px;
	width: 25%;
	min-width: 80px;
	max-width: 250px;
	border-radius: 15px;
	outline: 0;
}

button:active {
	box-shadow: 0px 0px 25px #99F inset;
	outline: 0;
}

button:focus, ::-moz-focus-inner {
	outline: 0;
	border: 0;
}

button:before {
	content: "";
	display: inline-block;
	background: url("img/button.gif") no-repeat;
	height: 41px;
	width: 41px;
}

#x75:before {	background-position: -1px -1px;}
#x76:before {	background-position: -43px -1px;}
#x74:before {	background-position: -1px -43px;}
#x78:before {	background-position: -43px -43px;}
#x77:before {	background-position: -85px -43px;}
#x2000:before {	background-position: -1px -85px;}
#x73:before {	background-position: -43px -85px;}
#x2100:before {	background-position: -85px -85px;}
#x111:before {	background-position: -1px -127px;}
#x79:before {	background-position: -43px -127px;}
#x84:before {	background-position: -85px -127px;}
#x92:before {	background-position: -1px -169px;}
#x0:before {	background-position: -43px -169px;}
#x93:before {	background-position: -85px -169px;}
#x102:before {	background-position: -1px -211px;}
#x103:before {	background-position: -43px -211px;}
#x34:before {	background-position: -85px -211px;}
#x112:before {	background-position: -1px -253px;}
#x113:before {	background-position: -43px -253px;}
#cfg button:before {	background-position: -85px -1px;}

#cfg {
	position: absolute;
	margin: 1%;
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
}

#cfg button {
	border: 0;
	display: block;
	width: 41px;
	min-width: 41px;
	height: 41px;
	min-height: 41px;
	outline: 0;
	opacity: 0.5;
	background: none;
	padding: 0;
}

#cfg button:hover, #cfg button:active {
	opacity: 1;
	box-shadow: none;
	padding: 0;
}

input {
	border: 0;
	color: #000000;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	margin: 10px auto;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	height: 1.8em;
	width: 95%;
	max-width: 450px;
	border-radius: 5px;
	outline: 0;
}

input:hover, input:focus {
	text-decoration: none;
	box-shadow: 0px 0px 15px #99F inset;
	outline: 0;
}

input[type="text"], input[type="password"] {
	background: #eeeeee;
	color: #0000ff;
}

.mv_down {	vertical-align: -30px;}

.mv_left {	margin-right: 3%;}

.mv_right {	margin-left: 3%;}

.mg_up {	margin-top: 30px;}
