@charset "utf-8";
/* CSS Document */

#, html {
	margin: 0;
	padding: 0;
}

body {
	background: #898989;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666;
}

/* General layout ------------------------------------------------- */
#wrapper {
	width: 552px;
	margin: 0 auto;
	background: url(images/newsletter-bg.png) repeat-y left;
}

#header {
	background: url(images/newsletter-top.png) no-repeat top left;
	height: 144px;
}

#footer {
	background: url(images/newsletter-bot.png) no-repeat bottom left;
	height: 55px;
	padding: 12px 0 0;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.title {
	text-align: center;
}

.text {
	padding: 0 40px;
}
a {
	color: #7BA494;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Form layout ------------------------------------------------- */
#form {
	width: 480px;
	margin: 0 auto;
	padding: 0 0 20px;
	color: #5c7c70;
}

#form table tr td {
	padding: 10px 3px;
}

#form table tr td:first-child {
	text-align: right;
}

#form table tr td input,
#form table tr td select {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 3px;
}

#form table tr td input {
	width: 200px;
}
#form table tr td input#Zip {
	width: 100px;
}

ul#editions li {
	list-style: none;
	margin: 0 0 15px;
}

#submit {
	padding: 10px 0 0;
	text-align: center;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  color: #7BA494;
}

#unsub {
  padding: 0 40px 20px;
}
#unsub input {
  margin: 2px 0;
}
