#newsletterContainer{
	height: 47px;
	width: 781px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	text-align: left;
}

#newsletterSignupForm{
	width: 186px;
	height: 33px;
	position: absolute;
	right: 3px;
	top: 0;
	background: url("/images/bground-newsletter.gif") bottom left no-repeat;
}

#newsletterSignupForm.active,
#newsletterSignupForm.thanks{height: 88px;}

#newsletterSignupForm form{display: none; padding: 9px 0 0 15px; *padding-top: 29px;}
#newsletterSignupForm.active form{display: block;}

#newsletterSignupForm p{display: none; padding: 5px 0 0 15px; font-weight: bold; font-size: 12px; color: #fbfbeb; font-family: georgia;}
#newsletterSignupForm.thanks p{display: block; *padding-top: 29px;}

#emailAddr{
	font-family: georgia;
	font-size: 11px;
	color: #351f13;
	background-color: #fbfbeb;
	padding: 2px 2px 2px;
	margin: 0 0 9px;
	width: 150px;
	border: 1px solid #9b9b9b;
}

#emailName{
	position: absolute;
	left: -999999px;
}

#newsletterSignupForm a{
	border: none;
	text-decoration: none;
	width: 132px;
	height: 11px;
	padding: 8px 0 0 15px;
	display: block;
	outline: none;
	*position: absolute;
}

#newsletterSignupForm a img{border: none;}