div, td {
	font-family: Arial, Verdana;
	font-size: 13px;
	color:#6A6A6A;
}

#LogoContainer {
	display: table-cell;
	width: 500px;
	height: 200px;
	vertical-align: bottom;
	text-align: center;
	border: 0px solid black;
}

#TextContainer {
	width: 400px;
}

#FormContainer td {
	font-size: 18px;
}

.emailText {
	width: 250px;
	border: 1px solid #6A6A6A;
}

.emailSubmit {
	border: none;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font-size: 15px;
	background: #2F7EC3 url('../images/button.jpg') no-repeat;
}