body{
	margin:0;
	padding:0;
	background:#f1f1f1;
	font:70% Arial, Helvetica, sans-serif; 
	color:#555;
	line-height:150%;
	text-align:left;
}
a{
	text-decoration:none;
	color:#057fac;
}
a:hover{
	text-decoration:none;
	color:#999;
}
img{
	border: none;
}
h1{
	font-size:180%;
	margin:0 20px;
	line-height:80px;
	text-shadow: 1px 1px 0 #fff;
}
h2{
	font-size:150%;
	text-shadow: 1px 1px 0 #fff;
}
#container{
	margin:0 auto;
	width:100%;
	background:#fff;
	padding-bottom:20px;
}
#content{margin:0 20px;}
p.sig{	
	margin:0 auto;
	width:100%;
	padding:1em 0;
}
form{
	margin:1em 0;
	padding:.2em 20px;
	background:#eee;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: #000;
	background: rgba (0,0,0.8);
}
.welcome {
	color: #000;
	width:800px;
	padding: 5px 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin: 0 auto;
}
.welcome input{
	background-color:red;
	color:#000;
}
.code {
	background: #D6E3E9;
	border-right: 3px solid #A7B4BC;
	border-left: 3px solid #A7B4BC;
	border-top: 3px solid #A7B4BC;
	border-bottom: 3px solid #A7B4BC;
	color: #666;
	width:800px;
	padding: 5px 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin: 0 auto;
}
.code input{

}
.footer{
	color: #000;
	width:600px;
	padding: 5px 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin: 0 auto;
	text-align:center;
}
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-size: 15px;
}

span.required_field {
	color:#F00;
	font-size:18px;
}

span.next_link {font-size:14px;}