/*-----------------------------------------------------------*/
/* Registration CSS
/*-----------------------------------------------------------*/
.BeAnIslander {
	position: relative;
	background: url('/img/e1/t1/registration.IMG.islander.jpg') top center no-repeat;
	width: 210px;
	height: 84px;
	left: 100px;
}

/*-----------------------------------------------------------*/
/* Choices
/*-----------------------------------------------------------*/

#RegistrationChoice {
	position: relative;
	width: 980px;
	height: 323px;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
}
.Choices {
	position: relative;
	margin: 0px auto;
	width: 980px;
	height: 323px;
	clear: both;
}

.YoungKids {
	float: left;
	background: url('/img/e1/t1/registration.IMG.choice1.jpg') top center no-repeat;
	height: 323px;
	width: 212px;
	padding: 0px 50px;
}
.YoungKids a {
	height: 25px;
	width: 60px;
	display: block;
	position: relative;
	top: 125px;
	left: 115px;
}
.BigKids {
	float: left;
	background: url('/img/e1/t1/registration.IMG.choice2.jpg') top center no-repeat;
	height: 323px;
	width: 212px;
	padding: 0px 50px;
}
.BigKids a {
	height: 25px;
	width: 60px;
	display: block;
	position: relative;
	top: 125px;
	left: 85px;

}
.KidsAtHeart {
	float: left;
	background: url('/img/e1/t1/registration.IMG.choice3.jpg') top center no-repeat;
	height: 323px;
	width: 212px;
	padding: 0px 50px;
}
.KidsAtHeart a {
	height: 25px;
	width: 60px;
	display: block;
	position: relative;
	top: 125px;
	left: 115px;
}

/*-----------------------------------------------------------*/
/* Birthday
/*-----------------------------------------------------------*/

#RegistrationAgeCheck {
	position: relative;
	width: 980px;
	height: 385px;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
}
	.Birthdate {
		position: relative;
		top: -84px;
		background: url('/img/e1/t1/registration.IMG_monkey.jpg') top center no-repeat;
		width: 283px;
		height: 385px;
		margin: 0px auto;
		padding-top: 130px;
		text-align: center;
	}
	.Birthdate .Title {
		position: relative;
		width: 240px;
		height: 80px;
		margin: 0px auto;
		padding: 0px;
	}
	.Birthdate .Title .Error {
		position: relative;
		color: #FFF;
		font-weight: bold;
	}
	.Birthdate form.AgeCheckForm {
		position: relative;
		width: 290px;
		margin: 0px;
		padding: 0px;
	}
	p.Submit {
		margin: 8px;
	}

/*-----------------------------------------------------------*/
/* Form
/*-----------------------------------------------------------*/

#RegistrationForm {
	position: relative;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}
#RegistrationForm p {
	padding-left: 100px;
}
#RegistrationForm label {
	widhtL 50%;
}

.LeftFields {
	float: left;
	width: 350px;
	padding-left: 100px;
}
.LeftFields input {
	width: 150px;
}
.RightFields {
	float: left;
	left: 350px;
	width: 500px;
}
.RightFields input {
	width: 150px;
}

.RightFields .Submit {
	width: 139px;
	height: 29px;
	margin: 0px auto;
	background: url('/img/e1/t1/btn.submit.gif') top center no-repeat;
}
.RightFields .Submit a {
	padding: 5px 0px 0px 10px;
	display: block;
	width: 139px;
	height: 29px;
	color:  #892420;
	font-weight: bold;
	text-decoration: none;
	margin: 0px auto;
}
