#newsletter_block_left p{ margin:0 0 20px; }
#newsletter_block_left input[type=text]{
	display:block;
	float:left;
	width:-moz-calc(100% - 40px);
	width:-webkit-calc(100% - 40px);
	width:calc(100% - 40px);
	height:40px;
	box-sizing:border-box;
	padding:0 15px;
	background:#efefef;
	border:none;
}
#newsletter_block_left button{
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	border:none;
	background:#98de79;
	color:#fff;
	font-family:'ProximaNova_Bold';
}
#newsletter_block_left button:hover{ background:#1e1e1e; }