/* ----------------- Form ----------------- */
.smu-subscribe-form label[for="email"] {
	display: block;
}
.smu-subscribe-form input[type="email"] {
	hyphens: none;
	-webkit-hyphens: none;
	margin-top: 5px;
}
.smu-subscribe-form input[type="submit"] {
	margin-top: 5px;
}

/* ----------- Form Response / Status -------------- */
.smu-subscribe-form img.wait-img {
	display: none;	/* will be shown upon form submit via JS */
	border: none;
	vertical-align: middle;
	margin-left: 8px;
}
/* ----------- jQuery Validation ----------- */
#smu-jquery-error label.error {
	/*display: block;*/
	opacity:.7;
	filter:alpha(opacity=70);
	color:red;
}

