#news_social_div {
	background: #ededed;
	border: 1px solid #c7c7c7;
	width: 185px;
	padding: 15px 20px;
	height: auto;
	border-radius: 10px;
	text-align: center;
}
#news_social_div #newsletter_combo_header,
#news_social_div .tagline {
	font-family: arial, helvetica, sans-serif;
	color: #6b6b6b;
	line-height: 130%;
	margin: 0;
}
#news_social_div #newsletter_combo_header {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
#news_social_div #newsletter_email {
	margin: 0 auto;
	width: 95%;
	text-align: center;
}
#news_social_div #combo_newsletter_submit {
	height: 24px;
	background: #9a4d4d;
	padding: 2px 10px;
	margin: 9px 0 2px;
	border: 0;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
#news_social_div input#newsletter_combo_email {
	width: 144px;
}
#news_social_div .tagline {
	float: right;
	width: 78%;
	font-size: 14px;
}
#news_social_div #social_links_ul {
	padding-left: 0;
}
#news_social_div #social_links_ul li {
	clear: both;
	list-style: none;
	padding: 8px 0;
	height: 31px;
	border-top: 1px solid #c7c7c7;
}
#news_social_div #social_links_ul li:first-child {
	border-top: 0;
}
#news_social_div .social_link_a {
	display: block;
	width: 31px;
	height: 31px;
	float: left;
	margin-top:3px;
}
#news_social_div .rss_a {
	background: url('img/rss.png') no-repeat;
}
#news_social_div .email_a {
	background: url('img/email.png') no-repeat;
}
#news_social_div .linkedin_a {
	background: url('img/linkedin.png') no-repeat;
}
#news_social_div .facebook_a {
	background: url('img/facebook.png') no-repeat;
}
#news_social_div .twitter_a {
	background: url('img/twitter.png') no-repeat;
}
#news_social_div #clear_div {
	clear: both;
}