body, td, th {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #00FF00;
}
body {
	background-color: #000000;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 90px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}
span {
	color: red;
}

input {
	background-color: black;
	color: #00FF00;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.escondido {
	color: #000000;
	background-color: #000000;
	border: 0;
}
.countdown {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #00FF00;
	text-align: justify;
	display: block;
	margin-left: 50px;
	margin-top: 25px;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #00FF00;
	text-align: center;
	display: block;
	margin: 80px 0 0 50px;
	clear: both;
}

#formularios {
	width: 700px;
	margin: 60px auto;
}
#register {
	float: left;
	width: 420px;
}
#login {
	float: right;
	width: 250px;
}

	.homeform label, .homeform input {
		height: 15px;
		margin: 2px;
	}

	.homeform label {
		float: left;
		clear: left;
		height: 15px;
		padding: 3px;
	}
	.homeform input {
		float: right;
		clear: right;
		height: 15px;
	}
	.homeform .submit {
		min-height: 25px;
	}
	
#error {
	color: red;
}
#userbox {
	float: right;
	position: relative;
	width: 110px;
	top: -100px;
	text-align: center;
}
	#userbox h2 {
		padding-top: 90px;
		background-color: black;
		background-repeat: no-repeat;
		background-position: top center;
		text-align: center;
		margin: 0;
	}
	#userbox a {
		font-size: 10px;
		margin: 0;
		padding: 0;
	}
#levels {

}
	#levels .name {
		width: 100px;
		vertical-align: bottom;
	}
	
	#levels .keys {
		text-align: center;
	}
	
	#levels .button {
		width: 80px;
		text-align: center;
		vertical-align: bottom;
	}
	#levels .finished {
		text-transform: uppercase;
	}