#post_email #submit_newsletter, #submit_newsletter-zoombox {
	width:105px;
}

#post_email #image_newsletter, #submit_newsletter-zoombox {
	float:right;
	height:100px;
	opacity:0.6;
}

#post_email #image_newsletter:hover, #submit_newsletter-zoombox:hover {
	opacity:1;
}

.popin_form input{
	margin-bottom:10px;
	background: none;
	color: #5E5E5E;
	padding:4px;
	margin-top:0;
	padding:5px;
}

#newsletter_send {
	display:none;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.zoombox_container {
	-webkit-box-shadow: #FFF 0px 0px 15px 0px;
}