* {
	outline: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	background: #eee;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#header {
	padding: 100px 0 50px;
	background: #fff;
}

	#headerwrapper {
		width: 650px;
		margin: 0 auto;
	}

h1 {
	background: url(banksheet.png) no-repeat #000;
	width: 236px;
	height: 50px;
	text-indent: -9999px;
	
}

h2 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #7f7f7f;
}

#signup {
	border-top: #ccc 1px solid;
	background: #eee;
}

	#wrapper {
		padding: 50px 0;
		width: 660px;
		margin: 0 auto;
	}
	
	#form {
		overflow: hidden;
	}
	
		.field {
			float: left;
			font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
			padding: 16px 3px;
			background: url(email_field.png) no-repeat;
			width: 510px; height: 22px;
			color: #333;
			text-indent: 16px;
			font-size: 18px;
		}
	
		.submit {
			float: right;
			background: url(subscribe.png) no-repeat;
			width: 121px; height: 55px;
			color: #fff;
			font-size: .1em;
			text-indent: -9999px;
			cursor: pointer;
		}
		
	p.info, p.imprint {
		clear: both;
		padding: 20px 0 0 0;
		font-size: 15px;
		line-height: 21px;
		color: #666;
		text-align: center;
		text-shadow: #fff 1px 1px 0;
	}

	p.imprint {
		padding-top:60px;
		font-size:10px;
		color:#999;
	}

		p.info a {
			color: #00c;
			text-decoration:none;
		}
		
		
		
		