@import url(base.css);
.horizontalAlign {
	display: block;
	margin-left: 16em;
	margin-top: -14px;
}
#content {
	width: 430px;
	z-index: 2;
	height: auto;
	padding-bottom: 0.9em;
	padding-left: 11em;
	position: absolute;
	padding-top: 3em;
}
.textField {
	width: 100%;
}

#eventForm {
	float: right;
	margin-top: 1em;
	/*height: 35px;
	background-color: #713800;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	margin-top: 1em;
	border: 1px solid #9F5000;*/
}
.formButton {
	width: 99.6%;
}

#eventForm a {
	text-decoration: none;
	height: 35px;
	width: 101px;
	background-color: #000000;
}
#content #eventForm a:hover {
	text-decoration: none;
	height: 35px;
	width: 101px;
	top: 1em;
}
