/* register styles */

@import "/css/reset.css";

/* beta */

#beta-label {
	width:76px;
	height:76px;
	text-indent:-9999px;
	font-size:0px;
	line-height:0;
	background:url(/images/beta/beta.png) center no-repeat;
	position:fixed;
	top:0px;
	right:0px;
	z-index:9999;	
}

/* basic layout setup */

body {
	background:url(/images/sky-bg.jpg) center top no-repeat fixed;
	position:relative;
}

#main-content {
	width:760px;
	margin:0px auto;
	background:url(/images/registration/panel-top.png) center top no-repeat;
	padding:30px 0px 0px;
	position:relative;
	z-index:5;
}

#main-content form {
	padding:0px 50px;
	background:url(/images/registration/panel.png) center repeat-y;
}

/* header */

#header {
	width:740px;
	margin:30px auto 25px;
	position:relative;
	height:30px;
	z-index:10;
}

h1 {
	width:316px;
	height:120px;
	position:absolute;
	top:-30px;
	left:-110px;
}

h1 a {
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
	background:url(/images/registration/logo.png) center;
	text-indent:-9999px;
	font-size:0px;
	line-height:0;
}

/* header login */

#header-login {
	height:60px;
	width:320px;
	position:absolute;
	top:-10px;
	right:-5px;
}

#header-login input {
	position:absolute;
	top:15px;
	margin:0px;
	border:none;
}

#header-login input.textfield {
	width:110px;
	font-size:12px;
	height:18px;
	padding:6px 5px;
	background:url(/images/layout/login.png) center no-repeat;
}

#header-login #header-login-pass {
	left:130px;
}

#header-login #header-login-button {
	top:0px;
	right:0px;
	width:60px;
	height:60px;
	border:none;
	background:url(/images/layout/login-button.png) center no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0 1px 1px #222;
}

/* facebook login */

.FB_login_button {
	position:absolute;
	top:17px;
	right:330px;
}

.FB_login_button a {
	border:none;
}

/* typography + internal layout */

#main-content {
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	line-height:1.4;
	color:#444;
}

#main-content a {
	color:#45a944;
	text-decoration:none;
}

h2, h3 {
	font-size:18px;
	color:#45A944;
	padding:20px 0px 10px;
	font-weight:bold;
	text-shadow: #eee 0px 1px 1px;
}

h2 {
	font-size:22px;
	padding:10px 0px 0px;
}

p.intro {
	font-size:16px;
	text-shadow: #eee 0px 1px 1px;
}

/* avatar picker */

#picker {
	width:100%;
	margin-top:10px;
}

#picker object, #picker embed {
	height:300px;	
}

/* inputs */

.input-block {
	width:100%;
	height:40px;
	margin-top:20px;
	position:relative;
}

.input-block input, .input-block label, .input-block p {
	height:40px;
	position:absolute;
}

.input-block input {
	width:178px;
	height:24px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#444;
	padding:8px 35px 8px 10px;
	font-size:18px;
	line-height:24px;
	top:0px;
	left:240px;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.75);
	border:none;
    border-top:#666 1px solid;
    border-left:#666 1px solid;
}

.input-block label {
	line-height:40px;
	font-size:18px;
	color:#45A944;
	width:220px;
	text-shadow: #eee 0px 1px 1px;
}

/* feedback */

.input-block .feedback {
	width:180px;
	height:28px;
	padding:6px 0px;
	font-size:12px;
	line-height:14px;
	overflow:hidden;
	color:#eee;
	-moz-border-radius:10px;
	position:absolute;
	right:0px;
	display:none;
}

.input-block.problem .feedback {
	color:#c03;
	display:block;
}

.input-block.problem .feedback.hidden {
	display:none;
}

.input-block.problem input {
	background:url(/images/registration/cross.png) #fff 195px 8px no-repeat;
}

.input-block.problem label {
	color:#c03;
}

.input-block.ok input {
	background:url(/images/registration/tick.png) #fff 195px 8px no-repeat;
}

.message-error li {
	font-size:16px;
	color:#c03;
	margin-top:15px;
}

/* big button */

#submit-button {
	width:450px;
	display:block;
	padding:30px 0px;
	background:#45A944;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	margin:40px auto 0px;
	border:#76C675 5px solid;
    border-bottom:#30732F 3px solid;
    border-right:#30732F 3px solid;
    font-size:32px;
    line-height:1;
    color:#fff;
	text-shadow: #76C675 0px 1px 1px;
}
	

/* grass bg */

#grass {
	width:760px;
	height:100px;
	display:block;
	margin-top:30px;
	margin-left:-50px;
	background:url(/images/registration/grass-back.png) top left repeat-x;
}

#back-footer {
	height:200px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	background:url(/images/registration/grass-back.png) top center repeat-x;
}