* {
	margin: 0;
	padding: 0;
	border: 0;
}
input, button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
body {
	background: #555753;
	width: 100%;
	height: 100%;
	font-family: helvetica, verdana, arial, sans-serif;
}
h1, h2 {
	height: 0px;
	position: relative;
	left: -999999px;
}
#wrapper {
	height: 500px;
	width: 700px;
	margin: 0 auto;
	background-image: url(gp_beta_bg.png);
}
#content {
	position: relative;
	padding: 150px 100px 0;
	display: none;
}
#content p {
	color: #555753;
	font-size: 14px;
	width: 250px;
	line-height: 18px;
	float: left;
}
.login {
	width: 150px;
	float: right;
}
.login form {
	margin: 0;
	padding: 0;
	border: 0;
}
.login input {
	height: 20px;
	width: 150px;
	background: #babdb6;
	border: 1px solid #eeeeec;
	color: #555753;
	font-size: 11px;
	margin-bottom: 4px;
	padding: 2px 5px 0;
}
#password {
	display: none;
}
.login button {
	height: 20px;
	width: 45px;
	background: #d3d7cf;
	border: 1px solid #eeeeec;
	font-size: 11px;
	color: #888a85;
	float: right;
}
.apply-to-beta {
	position: absolute;
	top: 335px;
	width: 500px;
}
.apply-to-beta input[type=text] {
	width: 100%;
	background: transparent;
	padding: 10px 15px 0;
	height: 40px;
	font-size: 18px;
	color: #555753;
}
.apply-to-beta button {
	float: right;
	margin-top: 8px;
	height: 30px;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeec;
	background: #888a85;
	border: 1px solid #2e3436;
}
.errors {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	color: #e33;
	background-color: #2e3436;
	padding: 5px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
