#signup-response {
	display:block;
	width:200px;
	border:3px solid #e0e0e0;
	background-color:#fff;
	padding:3px;
	padding-left:20px;
}

.response-waiting {
	background:url("/images/loading.gif") no-repeat;
}

.response-success {
	background:url("/images/tick.png") no-repeat;
}

.response-error {
	background:url("/images/cross.png") no-repeat;
}


.clear {
	clear: both;
}
.error {
	font-weight:normal;
	font-size:12px;
	color:#990000;
}
.success {
	color:#006633;
}
.processing {
float:left;
width:240px;
	background: none;
	color:#666;
}

/* NEWSLETTER */
#lowerleft .newsSignup {margin-left:10px;margin-top:25px}
#formcontainer #newsletter-signup {width:257px;height:46px;padding-top:60px;background-image: url(/images/newsletter.gif);background-repeat: no-repeat;padding-left: 23px}
#signup-email {border:none;background-color:#FFF;font-size:12px;color:#666;padding:0;margin-top:6px;margin-left: 5px;width:197px;display:block}
#newsletter-signup input[type=submit].signup-button:hover {background-image: url(/images/newsletter-go2.gif);background-repeat: no-repeat}
.blur {display:none}
#signupBox {height:81px;margin-top: 50px;margin-bottom: 12px}
.butt {background-color:#14b0f7;border:none;display:block;color:#fff;padding:8px;font-weight:800}
.butt:hover {background-color:#006}