@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #e9ecf0 url(splashbg.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.splash #container {
	width: 800px;
	background: #FFF !important;
	margin: 0 auto;
	text-align: left;
}
.splash #mainContent {
    font-size: 14px; 
}

#signup { 
	width: 501px; 
	background: url('tb1.png') no-repeat; 
	height: 45px; 
	display: block; 
}
.email {
	float: left; 
	margin-top:9px;
	margin-left: 150px;
	text-align: left; 
	background-color: #FFF; 
	color: #01355f;
	width: 260px; 
	height: 26px;
	border: 0px; 
	font-size: 16px;
	padding-left: 3px;
	/*font-weight: bold; */
}