.input-block label { display: block; }

.message-response .default {
	position: relative;
	padding: 8px 15px 8px 50px;
	display: block;
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: #b4d892;
	color: #79985b;
	background-image: url(../../images/front/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #d8efc1;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
	-webkit-transform: translateY(80px) scale(0.5);
	transform: translateY(80px) scale(0.5);
}

.message-response .newsletter_subscription_success {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}