#kids-header {
	background:url('../../assets/public/kids/header-bg.jpg') no-repeat;
	height:150px;
	width:629px;
	position:relative;
	left:-20px;
	margin-top:-20px;
	display:block;
	margin-bottom:20px;
}

#kids-header #monty-image {
	width:214px;
	height:189px;
	background:url('../../assets/public/kids/charlie.png') no-repeat;
	position:relative;
	left:-25px;
	top:-39px;
}

#kids-header #heading-text {
	position:relative;
	top:-160px;
	left:190px;
}

#kids-header #join-button {
	display:block;
	width:116px;
	height:30px;
	background:url('../../assets/public/kids/join-button.png') no-repeat 0 0;
	position:relative;
	top:-155px;
	left:193px;
	font-size:0.01px;
	text-indent: -1999px;
	overflow: hidden;
}

#kids-header #join-button:hover {
	background-position:0 100%;
}

.fun-list {
	margin-left:40px;
	margin-bottom:40px;
	display:block;
}

.fun-list li {
	list-style-image:url('../../assets/public/fun-list.jpg');
	height:20px;
	font-size:14px;
	margin-bottom:10px;				
}

div#large-right-column .fun-list {
	margin-left:0px;
	margin-bottom:15px;
	display:block;
}

div#large-right-column .fun-list li {
	list-style-image:none;
	height:15px;
	font-size:12px;
	margin-bottom:0px;
	border:0;
	color:#d7004d;
}

div#join-kids-club {
	padding:40px;
	border:2px dashed #d7004d;
	border:2px dashed #e1e1e1;
	background:#f8f8f8;
	margin-bottom:30px;
}

img.small-monty {
	display:block;
	position:relative;
	margin-top:-120px;
	left:400px;
	top:11px;
}

h2.sub-meet-monty {
	text-indent:-1999px;
	overflow:hidden;
	display:block;
	width:300px;
	height:50px;
	position:relative;
	left:-20px;
	background:url('../../assets/public/kids/subheading-meet-charlie.jpg') no-repeat;
}

h2.sub-puzzles {
	text-indent:-1999px;
	overflow:hidden;
	display:block;
	width:300px;
	height:50px;
	position:relative;
	left:-20px;
	background:url('../../assets/public/kids/subheading-puzzles.jpg') no-repeat;
}

h2.sub-history {
	text-indent:-1999px;
	overflow:hidden;
	display:block;
	width:300px;
	height:50px;
	position:relative;
	left:-20px;
	background:url('../../assets/public/kids/subheading-history.jpg') no-repeat;
}

/* validation */

div#kids-info-box {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #e5e5e5;	
	background:#ffffff;
}

div#kids-info-box h2 {
	margin-bottom:5px;
}

div#kids-info-box p {
	margin:0;
}

div#kids-info-box li, div#kids-info-box p, div#kids-info-box h2 {
	color:#333;
}

div#kids-info-box.kids-success {
	margin-bottom: -20px;
}

input.kids-error {
	border: 1px dashed #f71c60;
}

#kids-form h2 {
	display:block;
	margin-bottom:20px;
}