/*
	Copyright 2009 Campus Monsta
	All Rights Reserved
*/
* { margin: 0px; padding: 0px; }
body {	
	background: #000 url(img/bgtile.png) repeat-x left top;
	font-family: "Lucida Sans", sans-serif;
	font-size: 100%;
}
h1 {
	position: absolute;
	top: -400px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
#page {
	margin: 0 auto;
	width: 960px;
	height: 552px;
	background: url(img/overlay.jpg) no-repeat left top;
}
#desc {
	margin: 0 auto;
	width: 650px;
	height:303px;
	overflow: hidden;
}
#desc p {
	margin-top: 225px;
	line-height: 1.5em;
	text-align: center;
	font-size: 13px;
	color: #0d0e37;
}
#desc p a {color: #0d0e37;}
#desc p a:hover {color: #666;}
form { 
	margin: 0 auto;
	padding-left: 25px;
	width: 410px;
}
form p { text-align: center; }
form label:hover, form input:hover { cursor: pointer; }
#email input {
	width: 410px;	
	margin: 54px auto 0 auto;
	border: solid 1px transparent; 
	background: transparent;
	text-align: center;
	line-height: 35px;
	font-size: 22px;
	color: #bfbfbf;
}
#email input:focus { border-color: #e2e2e2; }
#invite {
	margin-top: 45px;
	color: #0d0e37;
	font-size: 13px;	
}
#button input {
	margin-top: 2em;
	padding: 4px 15px;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #324b96;
	font-size: 12px;
	color: #fff;
}
#thanks {
	position: absolute;
	top: 362px;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	text-align: center;	
	color: #0d0e37;
	font-size: 22px;
}
#name { display: none; }
#nospam {
	position: absolute;
	top: 394px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	text-align: center;
	font-size: 11px;
	color: #999;
}
#footer {
	position: absolute;
	top: 575px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	text-align: center;
	font-size: 11px;
	color: #7e7e7e;
}
#footer a {color: #7e7e7e; text-decoration: underline;}
