* {
	padding:0;
	margin:0;
	font:14px Arial, sans-serif;
	text-align:center;
	font-weight:bold;
}
html {
	background-color:#f5f3ea;
}
body {
	width:600px;
	margin:50px auto 0;
	background: url(header.gif) no-repeat center top;
	padding-top: 160px;
	color:#393939;
	letter-spacing: -1px;
}
p {
	margin-bottom: 15px;
}
p a {
	color:#393939;
	font-size: .9em;
}
p a:hover {
	text-decoration: none;
}
p.light {
	color:#636363;
}

span.date {
	color:#111111;
}
input#email {
	width:227px;
	height:17px;
	border:0;
	background: url(emailform.gif) no-repeat;
	padding:5px;
	text-align:left;
	margin-right:5px;
}
input#submit {
	
	height:27px;
	background-image: url(buttonback.gif);
	border:0;
	font-size:.9em;
	min-width:65px;
	border-left:1px solid #fac357;
	border-right:1px solid #fac357;
}
input#submit:hover {
	
	text-decoration: underline;
}
p.success {
	color: #00a109;
}