#splash {
	background-image: url(~/assets/images/splash/splash_screen.gif);
	background-repeat: no-repeat;
}
 .blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #083A81;
}
div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	
}
#email_list {
	position: absolute;
	left: 170px;
	top: 300px;
	width: 545px;
	height: 63px;
	background-image: url(~/assets/images/splash/email_bg.gif);
	background-repeat: no-repeat;
}
#coming_soon {
	position: absolute;
	left: 305px;
	top: 210px;
	width: 380px;
	height: 54px;
}

.mid {
	vertical-align: middle; 
	margin: 0px;
}
form {
	vertical-align: middle;
	margin: 0px;
}

