div#Newsletter {

}

div#Newsletter h4.confirm {
	font-weight: bold;
}

table#NewsletterTable {
}

table#NewsletterTable caption {
	text-align: left;
	margin-bottom: 5px;
}

table#NewsletterTable tr td {
	vertical-align: top;
}

#Newsletter button {
	cursor: pointer;
	font-weight: bold;
	color: #003976;
	margin-right: 10px;
	background: #e4e4d5;
	border: 1px solid #c5c5c6;
	padding: 6px 15px;
}
#Newsletter .text {
	padding: 3px 1px;
	background: #f2f2ea;
	border: 1px solid #c1c2bf;
}
