form input[type="email"]{ 
	border: 1px solid rgba(0, 0, 0, 0.1); 
	border-radius: 2px; 
	color: #2B2B2B; 
	padding: 8px 10px 7px;
}
form input[type="submit"] {
	background-color: #000;
	border: 0;
	border-radius: 2px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
form input[type="submit"]:hover { background-color: #333; }

div.shownewsletter { 
	display:none;
	cursor: pointer;
	color: #FFF;
	position: fixed;
	top: 5px;
	right: 20px;
	z-index: 99999999999999;
	font-size: 22px;
	background: #C23333;
	width: 34px;
	text-align: center;
	font-weight: bold; 
}

div#face3-newsletter-top {
	position: relative;
	/*top: 0;
	left:0;
	z-index: 99999999999999;*/
	width: 100%;
	border-bottom: 1px solid #333;
	text-align: center;
	background: #C23333;
	padding: 5px;
	transition:all 0.3s; -webkit-transition:all 0.3s;
}
div#face3-newsletter-top div.inner  { position:relative;  height: 36px; overflow: hidden;  opacity: 1; transition:all 0.3s; -webkit-transition:all 0.3s; }
div#face3-newsletter-top div.inner.closed  { opacity: 0; height: 0; transition:all 0.3s; -webkit-transition:all 0.3s; }
div#face3-newsletter-top div.inner form.newsletter-top { }
div#face3-newsletter-top div.inner form.newsletter-top span.message { color: #FFF; margin: 0 10px; }

div#face3-newsletter-top div.inner div.hidenewsletter { cursor:pointer; color: white; position:absolute; top: 5px; right:20px; }

/* Content bottom FORM */
div#face3-newsletter-content-bottom {
	background: #C23333;
	padding: 25px 10px 35px;
	margin-bottom: 3px;
	text-align: center;
	color: #FFF;
}
div#face3-newsletter-content-bottom span.message { color: #FFF; margin-bottom: 20px; display:block; }

/* Content bottom FORM */
div#face3-newsletter-content-top {
	background: #C23333;
	padding: 25px 0 35px;
	margin-bottom: 3px;
	text-align: center;
	color: #FFF;
}
div#face3-newsletter-content-top span.message { color: #FFF; margin-bottom: 20px; display:block; }

/* Widget FORM */
div#face3-newsletter-widget {
	background: #C23333;
	padding: 40px 15px;
	text-align: center;
	color: #FFF;
	margin-right: 12px;
}
div#face3-newsletter-widget span.message { color: #FFF; margin-bottom: 10px; display:block; }
div#face3-newsletter-widget input[type="email"]{ margin-bottom: 5px; }


