body {
	display: none;
	background: #292929;
}

.header {
	margin: 40px auto;
	padding: 10px;
	width: 500px;
	border-bottom: 2px dotted #687067;
	color: #f7f7f7;
	text-align: center;
	text-shadow: 0px 0px 20px #f0f0f0;
	font-size: 56px;
	font-family: 'playball', cursive;
}

.main {
	margin: 5px auto;
	width: 500px;
	text-align: center;
}

.button {
	width: 35px;
	border: 1px solid #687067;
	background: #242424;
	color: #7e827a;
	text-align: center;
	font-weight: bold;
}

.field {
	width: 130px;
	border: 1px dotted #687067;
	background: #2e2e2e;
	color: #7e827a;
	text-align: center;
}

.error {
	color: #f2e6b6;
}

a:link {
	outline: none;
	text-decoration: none;
}

a:visited {
	outline: none;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}
