#newsletterSignupLoader {
	position:absolute;
	width:0px;
	height:0px;
	display:none;
	background:
}
#newsletterSignup {
	width:252px;
	height:180px;
	margin:0px;
	padding:40px 0px 0px 0px;
	background:url("../../_design/newsletter_bg.jpg") 0px 0px no-repeat black;
}
#newsletterSignupContent {
	width:252px;
}

#newsletterSignup h3 {
	font-size:14px;
	color:rgb(139,14,19);
	margin:0px;
	padding:7px 0px 0px 5px;
}
#newsletterSignup h3.success {
	color:rgb(0,175,0);
}
#newsletterSignup p {
	font-size:11px;
	color:rgb(0,0,0);
	margin:0px;
	padding:3px 5px 0px 5px;
}
.newsletterSignupField {
	margin:5px 5px 0px 5px;
	font-size:11px;
	color:black;
	text-align:right;
	font-family:verdana,arial,sans-serif;
	padding:0px;
	font-size:11px;
}
.newsletterSignupField input.field {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	font-size:10px;
	color:black;
	text-align:center;
	width:238px;
}
.newsletterSignupField input.button {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	color:black;
	text-align:center;
	width:100px;
	min-width:100px;
	font-size:10px;
}
.newsletterSignupField input.button:hover {
	border:1px solid rgb(25,25,25);
	background:rgb(150,225,150);
	color:black;
	text-align:center;
	width:100px;
	min-width:100px;
	font-size:10px;
}

