.community_element_even {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 18px;
}

.community_element_odd {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 18px;
}

.community_wrap {
	float: left;
	width: 300px;
	margin-top: 7px;
}

.community_bottom {
	text-align: right;
	padding-top: 3px;
}

.community_bottom a{
	color: #9d9d9d;
}
