/*---------------------------------------
=========================================
 **   PAGE 9 STYLES                
=========================================
-----------------------------------------*/
body {
    background-color: #b31f74;
}
div.tbody {
	position: relative;
	width: 100%;
	display: block;
	background-color: transparent;
}
div.tebody {
	position: relative;
	width: 100%;
	display: block;
	background-color: #b31f74;
}
div.tbody div.tebody p.proprietaryResearch {
	line-height: 48px;
	margin-top: 4%;
}
div.tbody div.tebody p.signUp {
	margin-top: -8px;
}
div.tbody div.tebody img.s9fresh {
	width: 132px;
	height: auto;
}
div.tbody div.tebody a img.prev {
	position: fixed;
	width: 2.25%;
	height: auto;
	left: 20px;
	top: 50%;
	z-index: 99999;
}
div.tbody div.tebody div.formMastContainer {
	margin-top: 20px;
}
div.tbody div.tebody div.formMastContainer div.formContainer {
	text-align: center;
}
div.tbody div.tebody div.formMastContainer div.formContainer input.email {
	width: 50%;
	height: 60px;
	font-size: 24px;
	color: #e7e8e7;
	padding-left: 10px;
}
div.tbody div.tebody a img.next {
	position: fixed;
	width: 2.25%;
	height: auto;
	right: 20px;
	top: 50%;
	z-index: 99999;
}
div.tbody div.tebody img.s9logo {
	width: 12.5833333%;
	height: auto;
	margin-top: 3%;
}
#subbutton.button-submit {
	background-color: #ffffff;
	border: none;
	color: #ac1d6a;
	font-size: 2.5rem;
	line-height: 3.125rem;
	margin: 3% 0 0 0;
	padding: 0 30px 0 30px;
	font-family: 'MiloPro-Xbold';
	transition: all .3s ease-in;
}
#subbutton.button-submit:hover {
	background-color: #6cb345;
	transition: all .3s ease-out;
	color: #ffffff;
	cursor: pointer;
}
