#contentLeft {
	position: absolute;
	left: 35px;
	top: 30px;
	width: 325px;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
}

#contentRight {
	position: absolute;
	left: 390px;
	top: 65px;
	width: 325px;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
}

#phatfishLogo {
	position: absolute;
	left: -6px;
	width: 160px;
}

#phatfishLinks {
	position: absolute;
	top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999595;
	font-size: 10px;
}

#formFieldsLeft {
	position: absolute;
	width: 325px;
	top: 75px;
}

#formFieldsRight {
	position: absolute;
	width: 325px;
	top: 40px;
}

#info {
	position: absolute;
	top: 0px;
}

.field1 {
	color: black;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	background-color: #E3E1E1;
}

.field2 {
	color: black;
	line-height: 20px;
	height: 20px;
	margin-bottom: 0;
	background-color: #E3E1E1;
}

.field3 {
	color: black;
	line-height: 20px;
	height: 90px;
	margin-bottom: 10px;
	background-color: #E3E1E1;
}

.field4 {
	color: black;
	line-height: 20px;
	height: 60px;
	margin-bottom: 10px;
	background-color: #E3E1E1;
}

input[type="text"] {
	position: absolute;
	right: 0px;
	width: 80%;
	height: 16px;
	background-color: #E3E1E1;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 10px;
}

input[type="checkbox"] {
	position: absolute;
	right: 20px;
	height: 16px;
	background-color: #E3E1E1;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 10px;
}

#Venue {
	position: absolute;
	right: 5px;
	left: 5px;
	height: 80px;
	width: 310px;
	background-color: #E3E1E1;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 10px;
	overflow: auto;
}

#Goals, #Other {
	position: absolute;
	margin-top: 18px;
	right: 5px;
	left: 5px;
	height: 35px;
	width: 310px;
	background-color: #E3E1E1;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 10px;
	overflow: auto;
}

#submit {
	position: absolute;
	left: 0;
	width: 70px;
	margin-top: -1px;
}

#submit input {
	width: 70px;
}

#clear {
	position: absolute;
	left: 70px;
	width: 70px;
	margin-top: -1px;
}

#clear input {
	width: 70px;
}