article form#form-nl{
	position: relative;
	margin-top: -10px;
}
article form#form-nl ol,article form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
article form#form-nl ol li{
	width: auto !important;
	padding-bottom: 10px;
	clear: none;
}
article form#form-nl li{
	/*width: 100% !important;*/
}
article form#form-nl li#NewsletterFirstNameHeader,
article form#form-nl li#NewsletterLastNameHeader,
article form#form-nl li#NewsletterListHeader{
	display: none;
}
article form#form-nl li#NewsletterEmailHeader{
	width: 70%!important;
}
article form#form-nl li#NewsletterSubmitHeader{
	width: 30%!important;
}
article form#form-nl li#NewsletterEmailHeader,
article form#form-nl li#NewsletterSubmitHeader{
	float: left;
}
article form#form-nl label.field-title{
	display: none;
}
article form#form-nl li > span{
	display: block;
}
article form#form-nl .txtbox-long{
	border: none;
	font: 14px/20px "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 18px;
	color: #666;
	padding: 10px;
	outline: none !important;
	background: #eee;
	border: 1px solid #dedede;
	border-right: none;
	border-radius: 5px 0px 0px 5px;
	width: 100%;
	height: 40px;
	margin: 0px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
article form#form-nl .txtbox-long:focus{
	border-color: #bbb;
}
article form#form-nl .required{
	color:#c00;
}
article form#form-nl #NewsletterSubmitHeader{
	text-align: left;
}
article form#form-nl #subscriber-submit{
	border: none;
	font: bold 12px/20px "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 18px;
	color: #fff;
	padding: 10px;
	outline: none !important;
	background: #FF3E3F;
	border: 1px solid #0a7394;
	border-left: none;
	border-radius: 0px 5px 5px 0px;
	width: 100%;
	height: 40px;
	padding: 0px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 5;
	cursor: pointer;

	background: #128cb1;
	background: -moz-linear-gradient(top,  #128cb1 0%, #0a7394 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#128cb1), color-stop(50%,#0a7394));
	background: -webkit-linear-gradient(top,  #128cb1 0%,#0a7394 50%);
	background: -o-linear-gradient(top,  #128cb1 0%,#0a7394 50%);
	background: -ms-linear-gradient(top,  #128cb1 0%,#0a7394 50%);
	background: linear-gradient(to bottom,  #128cb1 0%,#0a7394 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128cb1', endColorstr='#0a7394',GradientType=0 );

	background-size: auto 200%;
	background-position: 0 0;
}
article form#form-nl #subscriber-submit:hover{
	background-position: 0 100%;
	border-color: #128cb1;
}
article form#form-nl .clearFix{
	display:none;
}
article form#form-nl fieldset {border:none!important; margin:0!important; padding:0!important;}
#NewsletterForm { width:100%;}



@media only screen and (max-width : 480px) {
	article form#form-nl li#NewsletterEmailHeader{
		width: 60%!important;
	}
	article form#form-nl li#NewsletterSubmitHeader{
		width: 40%!important;
	}
	article form#form-nl #subscriber-submit{
		letter-spacing: 1px;
	}
}