@CHARSET "UTF-8";

/* General */

#email-pic {
	display: block;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

div.event {
	height: 300px;
}

#notes {
	float: left;
	height: 300px;
	margin: 10px;
	padding: 10px;
	width: 450px;
}

#turtle-pic {
	float: right;
	height: 300px;
	margin: 10px;
	padding: 10px;
	width: 450px;
}

/* Contact Form */

#contact {
	float: right;
	height: 500px;
	margin: 10px;
	padding: 10px;
	position: relative;
	width: 500px;
}

.input-box {
	left: 20px;
	font-family: helvetica;
	position: absolute;
	width: 90%;
}

.input-label {
	left: 20px;
	position: absolute;
}

#name-label {
	top: 0px;
}

#name {
	top: 35px;
}

#email-label {
	top: 55px;
}

#email {
	top: 90px;
}

#subject-label {
	top: 110px;
}

#subject {
	top: 145px;
}

#message-label {
	top: 165px;
}

#message {
	height: 275px;
	overflow: auto;
	resize: none;
	top: 200px;
}

/* Submission and Feedback */

#feedback {
	color: #800000;
	font-size: 14px;
	height: 25px;
	left: 20px;
	position: absolute;
	top: 470px;
	width: 360px;
}

#submit {
	height: 35px;
	position: absolute;
	right: 25px;
	top: 495px;
	width: 100px;
}
