.clsNewsletterFormSection
{
	border: double 3px #5e5f4c;
	padding: 3px;
	width: 100%;
}

.clsNewsletterFormSectionHeader
{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 1px #5e5f4c;
	margin-bottom: 3px;
}

#BrochureInvite
{
	background-color: #33CC00;
	border: 3px dashed #339933;
	padding: 5px;
	text-align: center;
	width: 350px;
}

#PostalCodeZIP
{
	width: 150px;
}

#FirstName,
#LastName
{
	width: 200px;
}

#EmailAddress
{
	width: 300px;
}

