#emailInfoWrapper {
	width: 58.33em;
	overflow: hidden;
}
#email {
	width: 60%;
}
#email h1 {
	background-color: #2f2f2f;
	height: 1.357em;
	line-height: 2.714em;
	color: #cfcfcf;
	font-size: 14px;
	border-bottom: 1.357em solid #272727;
}
#email h2 {
	background-color: #2f2f2f;
	height: .8em;
	line-height: 1.6em;
	color: #aaaaaa;
	font-size: 11px;
	border-bottom: .8em solid #272727;
}
#info {
	width: 39.65%;
}
#info h1 {
	background-color: #85cc5e;
	height: .75em;
	font-size: 12px;
	color: black;
	line-height: 1.5em;
	border-bottom: .75em solid #4dc80a;
}
#info .infoTxt {
	padding: .5em 0 .8em;
}
#info .infoTxt a {
	color: white;
	text-decoration: none;
}
#info .infoTxt a:hover {
	text-decoration: underline;
}
#email , #info {
	float: left;
	text-align: center;
	margin-bottom: -2000em;
	padding-bottom: 2000em;
}
#email li, #info li {
	display: block;
	list-style: none;
}
.inputTxt {
	color: white;
	width: 25em;
	border: 1px inset #888888;
	margin-bottom: 1em;
}
.singleLine {
	height: 1.4em;
	text-align: center;
}
.multiLine {
	padding: .5em;
	height: 25em;
}
.notice {
	margin-top: .5em;
}
.failColor {
	color: #a50000;
}
.successColor {
	color: #4dc80a;
}
.contactBtn {
	color: white;
	border-top: 0;
	border-bottom: 0;
	padding: .5em;
}
.contactBtnHov {
	background-color: #222222;
}