body{
	font-family: monospace;
	background-color: black;
	color:#555;
}

#wrapper{
	width:480px;
	margin:0 auto;
}

header aside{
	float:right;
}

form label{
	display:block;
	width:100%;
}

form input{
	display:block;
	width:80%;
	background-color: #555;
	border: none;
}

form button{
	background-color: #555;
	border:none;
}
a, a:visited, a:hover{
	color:#191970;
}
table td, table th{
	border-bottom: solid 1px #555;
	padding:3px 5px;
}

::selection{
	background-color: black;
	color:black;
}
#text{
	color:black;
	font-size:2px;
	width:100%;
	height:10px;
	text-align:center;
}
#message{
	text-align: center;
}
.g-recaptcha{
	margin:5px 0;
}