.alert_wrapper {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	padding-right: 0px;
	margin: 15px 0;
}

.alert_wrapper input[type='email'] {
	width: 100%;
	max-width: 300px;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #e5e5e5;
}

.alert_wrapper input[type='submit'] {
	width: 100%;
	max-width: 300px;
	position: static;
	right: 0px;
	top: 0px;
	height: 50px;
	line-height: 50px;
	margin: 0 !important;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: #69be28;
}

.alert_wrapper input[type='submit']:hover, .alert_wrapper input[type='submit']:active, .alert_wrapper input[type='submit']:focus {
	background: #003f72;
}