/* Special thanks to the folk at letsfreckle.com for the inspiration on styling email forms */

#wrapper {
	width: 400px;
	margin: 0 auto;
}

body {
	background: #000;
}


#logo {
	margin-top: 30px;
}

#email {
	font-size: 24px;
	color: #CCC;
	text-align: center;
}

#unsub {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #a8f889;
}

#announcementlist {
	width: 390px;
	margin: 30px auto 0 auto;
	background: #83a2c1;
	border: 3px solid #6180a0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height: 24px;
}

#announcementlist p {
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#announcementlist p.small {
	font-size: 10px;
	padding-top: 0;
	margin-top: -5px;
	padding-bottom: 10px;
	text-align: center;
}

#announcementlist p.small a {
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: 1px solid #a8f889;
}

span.emailbox {
	width: 330px;
	display: block;
	margin: 0 auto;
}

span.note {
	color: #a8f889;
}

.arrow {
	margin-left: -17px;
}

#announcementlist p.smiley {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

#announcementlist span.message {
	border-bottom: 1px solid #a8f889;
	line-height: 18px;
}

p.returned {
	text-align: center;
}


p.returned a {
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

p.returned a:hover {
	color: #a8f889;
}


a img, a:link, a:visited {
	border: 0;
	outline: none;
}

