body {
	background: #1b1b1b;
	background: #1b1b1b -webkit-gradient(radial, 50% 300, 0, 50% 370, 400, from(rgba(255,255,255,.15)), to(rgba(255,255,255,0))) top center no-repeat;
	color: #cccccc;	
	
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	text-shadow: rgba(0,0,0,.6) 0 -1px 1px;	
	
	margin: 0;
	padding: 20px 0;
	min-height: 800px;
}
body.closed {
	background: #1b1b1b;
}

a {
	color: #48b300;
	text-decoration: none;
	-webkit-transition: color .3s ease;
}
a:hover {
	color: #58dc00;
	text-decoration: underline;
}

#main {
	width: 680px;
	margin: 0px auto;
	min-height: 920px;
	padding-left: 100px;
}

#header {
	float: left;
	clear: both;
	width: 580px;
	height: 515px;
	text-align: center;
	position: relative;
}
#maze {
	display: block;
	margin: 0 52px 0 53px;
	position: absolute;
	top: 100;
	
	opacity: 1;
	-webkit-transition-property: -webkit-transform opacity;
	-webkit-transition-duration: .25s;
	-webkit-transition-function: ease-in-out;	
}

#check {
	padding: 109px 160px 110px 199px;
	display: block;
	position: absolute;
	top: 100;
	
	opacity: 0;
	-webkit-transform: scale(.1);
	-webkit-transition-property: -webkit-transform opacity;
	-webkit-transition-duration: .5s;
	-webkit-transition-function: ease-in-out;	
}

#pageBody {
	float: left;
	clear: both;
	width: 580px;
}

.error {
	color: orange;
}

#notes {
	float: left;
	clear: both;
	width: 500px;
	padding: 20px 40px 15px 40px;
	margin-top: -10px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	z-index: 5;
}
.closed #notes {
	width: 580px;
	padding: 120px 0 15px 0;
}
	


#betaForm {
	float: left;
	clear: both;
	width: 460px;
	margin-top: 5px;
	margin-left: 40px;
	padding: 15px 20px 15px 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(0,0,0,.3);
	
	background: #222222 url(bg1.png) repeat-x; /* Gecko */
	background: rgba(255,255,255,.05) -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(.2, rgba(255,255,255,0)),  to(rgba(255,255,255,0))) top center no-repeat;
	-webkit-box-shadow: rgba(0,0,0,.15) 0px 5px 15px;
	-moz-box-shadow: rgba(0,0,0,.15) 0px 5px 15px;
	
	opacity: 1;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .25s;
	-webkit-transition-function: ease-in;	

}

#disclaimer {
	float: left;
	clear: both;
	width: 460px;
	margin-top: 5px;
	padding: 15px 60px 20px 60px;
	color: #666666;
	font-size: 12px;

	opacity: 1;
	-webkit-transition: opacity .25s linear;	
}

#footer {
	float: left;
	clear: both;
	width: 540px;
	margin-top: 5px;
	padding: 10px 20px 25px 20px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
#footer img {
	margin-bottom: 10px;
}

h1#title {
	font: 65px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	text-shadow: rgba(150,210,255,.8) 0 0px 10px;
	color: #dddddd;
	margin: 0 0 25px 0;
}
.closed h1#title {
	font: 45px "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	text-shadow: rgba(150,210,255,.8) 0 0px 8px;
	color: #dddddd;
	margin: 0;

}

/* Form */

#betaTable {
	font-size: 14px;
}

input, textarea {
	/* width: 300px; */
	background: rgba(0,0,0, .3);
	border: 0;
	border-top: 1px solid rgba(0,0,0,1);
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #eeeeee;
}
input {
	padding: 3px 3px;
}
textarea {
	resize: none;
}

input, textarea {
	font-family: Helvetica Neue;
	font-size: 14px;
}

input::-webkit-input-placeholder {
	color: #666666;
}
input:-moz-placeholder {
	color: #666666;
}

input[type=text], input[type=email], textarea {
	width: 100%;
}

input.button {
	width: auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	padding: 3px 16px 5px 16px;

	background: #444 url(bg1.png) repeat-x; /* Gecko */	
	background: #333333 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)));

	text-shadow: rgba(0,0,0,.6) 0 1px 1px;
	font-size: 16px;
	
	border: 0px;
	border-top: 1px solid rgba(255,255,255,.5);
	-webkit-box-shadow: rgba(0,0,0,.5) 0px 1px 1px;
	-moz-box-shadow: rgba(0,0,0,.5) 0px 1px 1px;
}
input.button:active {
	background: #333 url(bg1.png) repeat-x; /* Gecko */	
	background: #333 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,.1)));
	border-top: 1px solid rgba(255,255,255,.1);
}

/* Show breadcrumb in WebKit */

/*
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#main {
		background: url(breadcrumb2.png) 481px 505px no-repeat;
	}
	.closed #main {
		background: none;
	}
}
*/

.pinDigit {
	display: inline-block;
	padding: 10px 24px;
	margin: 0 8px;

	font: 72px Helvetica, sans-serif;					
	text-shadow: rgba(0,0,0,1) 0px 2px 1px;
	background: rgba(0,0,0,.2);
	color: white;
	
	border: 1px solid rgba(255,255,255,.25);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:inset 0 0 15px black;
	-webkit-box-shadow:inset 0 0 15px black;
	box-shadow:inset 0 0 15px black;
}
