#newsletterSignupLoader {
	position:absolute;
	width:0px;
	height:0px;
	display:none;
	background:url("../../_design/loader.gif") 50% 50% no-repeat black;
	filter:alpha(Opacity=80);
	opacity:0.80;
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
}
#newsletterSignup {
	position:absolute;
	bottom:25px;
	right:10px;
	width:302px;
	height:45px;
	margin:0px;
	padding:0px 2px 0px 2px;
/*	background:url("../../_design/80_percent_opaque.png") repeat;*/
	background:white;
	border:1px solid rgb(0,107,187);
}
#newsletterSignupContent {
	width:302px;
}

#newsletterSignup h3 {
	font-size:12px;
	color:rgb(0,107,187);
	margin:0px;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
}
#newsletterSignup h3.success {
	color:rgb(0,175,0);
}
#newsletterSignup p {
	font-size:11px;
	color:rgb(0,0,0);
	margin:0px;
	padding:0px 5px 0px 5px;
	line-height:1.1;
}
.newsletterSignupField {
	margin:2px 5px 0px 0px;
	font-size:11px;
	color:black;
	text-align:left;
	font-family:verdana,arial,sans-serif;
	padding:0px;
	font-size:11px;
	width:302px;
}
.newsletterSignupField input.field {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	font-size:10px;
	color:black;
	text-align:center;
	width:100px;
}
.newsletterSignupField input.newsletterButton {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	color:black !important;
	text-align:center;
	width:80px;
	min-width:80px;
	font-size:10px;
	padding:1px 2px 1px 2px;
	background:url("../../_design/button.jpg") 0px 0px repeat-x rgb(210,210,210);
}
.newsletterSignupField input.newsletterButton:hover {
	border:1px solid rgb(25,25,25);
	background:rgb(0,107,187);
	color:white !important;
	text-align:center;
	width:80px;
	min-width:80px;
	font-size:10px;
	background:url("../../_design/button.jpg") 0px -35px repeat-x rgb(210,210,210);
}
