body {
	background-color: #66cef5;
	margin: 0px;
}

#top li {
	width: 20%;
	float: left;
	list-style-type: none;
}


#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 1px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#front-main {
	background-color: #f8f8f8;
	border-style: solid none solid none;
	border-width: 1px;
	background-image: url("images/front_gradient.png");
	background-repeat: repeat-x;
	position: absolute;
	top: -166px;
	left: 0px;
	width: 100%;
	height: 332px;
	visibility: visible;
}

#bottom {
	position: absolute;
	top: 166px;
	left: 0px;
	width: 100%;
	height: 50px;
}

#main {
	background-color: #91d9f4;
	border-style: solid none solid none;
	border-width: 1px;
	position: absolute;
	top: -187px;
	left: 0px;
	width: 100%;
	height: 375px;
	visibility: visible;
	overflow: auto;
}

#thankyou-main {
	background-color: #64fafa;
	background-image: url("images/tulip.png");
	background-repeat: no-repeat;
	background-position: right 285px;
	background-attachment: fixed;
	border-style: solid none solid none;
	border-width: 1px;
	position: absolute;
	top: -187px;
	left: 0px;
	width: 100%;
	height: 375px;
	visibility: visible;
	overflow: auto;
}

#teen-logo {
	float: left;
	margin: 5px;
	width: 207px;
}

p {
	margin: 10px;
}

#bottom {
	height: 50px;
}

/* Form stuff */

#formdiv {
	position: absolute; 
	float: left;
	left: 207px;
	right: 0px;
}

div.formleft {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

div.formright {
	float: right;
	width: 49%;
	margin: 0;
	padding: 0;
}

div.formfull {
	clear: both;
	left: 0px;
	right: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

textarea {
	overflow: auto;
}

form div div {
	clear: left;
	display: block;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div div label {
	display: block;
	float: left;
	width: 45%;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form .entry {
	border: 1px solid;
	width: 50%;
}

div.optional label:before {
	content: '';
}

div.required label:before {
	content: '';
}

form div.submit {
	width: 214px;
	padding: 0 0 0 146px;
}

form div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}

li.error {
	font-weight: bold;
}

p.errors {
	font-weigth: bold;
}

