@charset "utf-8";
/* CSS Document */

.newsletter-tab{
	height:100px;
	border-style:solid;
	border-width:1px;
	border-color:#FAE9A5;
	background-color:#FBFECF;
	padding:14px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}
.newletter-image{
	width:100px;
	height:100px;
	border-style:solid;
	border-width:1px;
	border-color:#FAE9A5;
	float:left;
}
.newsletter-content-tab{
	width:440px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-left:14px;
	float:left;
