#overlayer {
    opacity: 0.8;
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    display: none;
}
/*
.error {
	color:#ff0000!important;
	border-color:#ff0000!important;
}

.checkbox_wrap > .error{
	display: none;
}
*/
.success {
	color:green!important;
}

.error_div{
	color:#ff0000!important;
}

.success_div{
	color:green!important;
	display: none;
}

.action_active{
	color:red!important;
}

.thank_link{
	display: none;
}

.subscribe_error_link{
	display: none;
}