div.jw-newsletter-1col-sm .newsletterForm:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.jw-newsletter-1col-sm{
	height:44px;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
}
div.jw-newsletter-1col-sm h2 {
	display:none;
}
div.jw-newsletter-1col-sm .newsletterForm{
	margin:9px 0px 0px;
}
	div.jw-newsletter-1col-sm .newsletterForm .email-entry .email-address{
		float:left;
		width:133px;
		height:20px;
		margin:9px 0 0 12px;
		padding:2px 4px;
		color:#666666;
		font-size:11px;
		border:1px solid #cbcbcb;
	}
	div.jw-newsletter-1col-sm .newsletterForm button {
		float:left;
		margin:0;
		padding:0;
		display:inline;
		margin:7px 0 0 12px;
	}
	div.jw-newsletter-1col-sm .newsletterForm button.go{
		color:#ffffff;
		font-size:11px;
		text-transform:uppercase;
		text-align:left;
		
		cursor:pointer;
		width:57px;
		height:23px;
		margin:10px 0 0 10px;
		padding:0px 8px 0px;
		border:0px;
		float:left;_display:inline;
		background:url(../_common/images/news-btn-sprite.png) no-repeat left top;
	}
	div.jw-newsletter-1col-sm .newsletterForm button:hover{
		background-position:left bottom;
	}