.landing-page-container {
	float: left;
	display: block;
	width: 100%;
	background-image: url(../images/shell/market-bg_02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.landing-heading {
	padding-top: 25px;
	font-family: 'latolight';
	width: 100%;
	float: left;
	padding-bottom: 15px;
	border-bottom: 4px solid #000;
	margin-bottom: 10px;
	color: #FFF;
	text-transform: uppercase;
}

.landing-contact-phone {
	color: #CC0000;
}

.landing-form-container {
	background-color: #072a46;
	color: #FFFFFF;
	width: 320px;
	max-width: 90%;
	margin: 0 auto;
}

.landing-form p {
	display: none;
}
.landing-form .table-list {
	width: 100%;
}
.landing-form .table-list th,
.landing-form .table-list td {
	display: block;
	width: 100%;
	padding: 0;
}
.landing-form .table-list th {
	font-size: 16px;
	padding: 10px 0;
}
.landing-form .table-list th .zHelpToolTipLabel {
}
.landing-form .table-list input {
	width: 300px !important;
	max-width: 100% !important;
	font-size: 18px;
	padding: 5px 10px;
	border: 0;
}
.landing-form .table-list tr:last-child th {
	display: none;
}
.landing-form .table-list tr:last-child td {
	text-align: center;
	margin-top: 20px;
}
.landing-form .table-list button {
	background-color: #0153A7;
	padding: 10px 40px;
	font-size: 18px;
	text-transform: uppercase;
	border: 0;
	color: #FFFFFF;
}
.landing-form .table-list .zPrivacyPolicyLink {
	display: none;
}
