.left-navigation {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.content-with-left-nav {
	width: 650px;
	margin-top: 15px;
}
.es .content-with-left-nav {
	width: 700px;
	margin-top: -75px;
}
.content-with-left-nav .container {
	margin-top: -15px;
}
.contain2 {
	background-position: top left;
	background-repeat: no-repeat;
	width: 494px;
}
.ebiz-table-header {
	display: flex;
}
.ebiz-table-header-column2 {
	display: flex;
	align-items: flex-end;
	padding-bottom: 0px;
}
.ebiz-table-header-column2 span {
	margin-right: 20px;
}
.ebiz-table-header-column2 span image {
	padding-right: 5px;
}
.phone_number_box {
	width: 440px;
	border: solid 1px #ccc;
	margin-left: 20px;
	margin-bottom: 15px;
}
.phone_number {
	padding: 20px;
	text-align: center;
}
.required {
	color: #900;
	font-weight: bold;
	font-size: 12px;
}
.phone_disclaimer {
	font-size: 10px;
	margin: 0px;
	padding: 0px 10px 10px 20px;
}
.description {
	font-size: 10px;
	margin: 0px 25px auto 30px;
	padding: 0px;
}
.check_text {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.divider {
	border-top: 1px solid #ccc;
	width: 465px;
	height: 0px;
	margin-left: 25px;
}
.inputRow {
	display: flex;
}
#snalMail,
#electroMail {
	margin: 10px auto auto 25px;
}
.inputLabel {
	font-size: 11px;
	color: #000;
	border: none;
	margin: 0px;
	text-align: right;
}
#snailMail .inputLabel {
	width: 10%;
}
#snailMail .inLineLabel {
	margin-left: 5px !important;
	width: 7% !important;
}
#electroMail .inputLabel {
	width: 27%;
}
.es #electroMail .inputLabel {
	width: 51%;
}
.es #electroMail .inputLabel span {
	font-size: 11px;
}
span.phError,
span.addyError,
span.emError,
span.ceError,
span.genError,
span.emInvalid {
	display: none;
	color: #d50;
	font-size: 11px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#verify-text {
	font-weight: bold;
}
.submitErrorContainer {
	margin-bottom: 20px;
	text-align: center;
}

.recaptcha-div {
	margin: 20px auto;
	width: 302px;
}

/* Security: Hide any submit buttons that might be injected maliciously */
input[type='submit']:not(#submitOptoutBtn),
input[type='image']:not(#submitOptoutBtn) {
	display: none !important;
}

/* Ensure our authorized submit button is visible */
#submitOptoutBtn {
	display: inline-block !important;
}
