#newsletterForm	{
	margin-top: 15px;
}

#newsletterForm h2	{
	font-family: Times New Roman;
	color: #9D0000;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9D0000;
}

#newsletterForm .header	{
	height: 10px;
	margin: 0;
	padding: 0;
	background: url("../images/forumFormHeader.gif") no-repeat;
}

#newsletterForm .body	{
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px; 
	background: url("../images/forumFormBody.gif") repeat-y;
}

#newsletterForm .footer	{
	height: 10px;
	margin: 0;
	padding: 0;
	background: url("../images/forumFormFooter.gif") bottom left no-repeat;
}

#newsletterForm label	{
	color: #6D6740;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 22px;
	width: 100px;
}

#newsletterForm .inputText	{
	border: 1px solid #D0CEC4;
	background: white;
	width: 440px;
	float: left;
}

#newsletterForm .inputSubmit	{
	border: 0;
	font-family: Trebuchet MS, Verdana, serif;
	font-weight: bold;
	color: #9D0000;
	background: transparent;
}

#newsletterForm .newsletterFormErrorMessage	{
	color: #880000;
	font-weight: bold;
}

#newsletterForm .errorMessage	{
	color: #880000;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
	margin-bottom: 15px;
}

#newsletterForm	.newsletterFormSuccessfulMessage	{
	color: #008800;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 15px;
}
