#contentLeft {
	position: absolute;
	left: 35px;
	top: 65px;
	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;
}

#bandShot {
	position: absolute;
	width: 325px;
}

#formFields {
	position: absolute;
	width: 325px;
	top: 60px;
}

.field1 {
	color: black;
	line-height: 20px;
	height: 20px;
	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;
}

#submit {
	position: absolute;
	left: 0;
	width: 30%;
}
