@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
}
.email-form {
	background: url(../images/email_signup.png) left top no-repeat;
	width: 321px;
	height: 204px;
	padding: 30px 100px 0 100px;
	margin: 0;
	text-align:center;
}
div.centered {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
}
.form-btn {
	background: url(../images/click_here_to_sub.jpg) left top no-repeat;
	width: 230px;
	height: 45px;
	border: none;
	cursor:pointer;
}
