﻿/************************************************/
/***         NEWSLETTER SUBSCRIPTION          ***/
/************************************************/
.requiredFlag
{
	text-align: right;
	color: #D22;
	float: none;
}
#newsletterSubscriptionWrapper 
{
	float: right;
	width: 336px;
	margin: 15px 25px 0 0;
	display: inline;
	background-image: url(../images/newsletterHeaderBackground.png);
	background-repeat: no-repeat;
}
#newsletterHeader 
{
	float: left;
	margin: 9px 0 0 8px;
	display: inline;
	height: 60px;
}
#newsletterHeader h3 
{
	float: left;
	color: #FFF;
	font-family: Tahoma, HelveticaNeue-Black, Verdana;
	font-size: 14px;
	width: 330px;
	margin: 0;
}
#newsletterHeader p 
{
	float: left;
	color: #FFF;
	font-family: Tahoma, HelveticaNeue-Black, Verdana;
	font-size: 11px;
}
#newsletterFormHeadings 
{
	float: left;
	width: 156px;
	margin: 0 10px 0 0;
	display: inline;
}
#newsletterFormFieldsWrapper 
{
	float: right;
	width: 167px;
	margin: 13px 0 0 0;
}
#newsletterFieldNamesWrapper 
{
	float: left;
	margin: 4px 0 0 0;
	display: inline;
}
.newsLetterFieldNames
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 156px;
	height: 23px;
	margin: 0 0 4px 0;
	display: inline;
}
.newsletterTextBoxWrapper 
{
	float: left;
	background-image: url(../images/newsletterFormFields.png);
	background-repeat: no-repeat;
}
.newsLetterTextBox
{
	float: left;
	border: 0px;
	height: 24px;
	width: 157px;
	padding: 3px 5px 0px 5px;
	background-color: Transparent;
	display: inline;
	
}
#newsletterFormSubmitWrapper 
{
	float: left;
	height: 31px;
	margin: 5px 0 0 3px;
}
#newsletterFormSubmitWrapper .newsletterFormSubmitButton
{
	float: left;
	width: 74px;
	height: 31px;
	background-image: url(../images/newsletterSubmit.png);
	background-repeat: no-repeat;
	display: block;
	border: none;

}
#newsletterFormSubmitWrapper .newsletterFormSubmitButton:hover
{	
	background-position: 0px -31px;
}

.errorFeedback
{
	float: left;
	width: 280px;
	color: #eb0000;
	font-size: 12px;
	display: inline;
	font-family: Verdana, arial, sans-serif;
}
#newsletterFormErrorsWrapper 
{
	float: left;
	width: 280px;
	margin: 0 0 0 55px;
	display: inline;
}
#resultsMessageWrapper 
{
	float: left;
	width: 310px;
	margin: 0 0 0 25px;
	display: inline;
	color: #008FBD;
	font-weight: bold;
	text-align: center;
}

#resultsMessageWrapper span
{
	display: block;
	width: 310px;
	text-align: center;
}
