#recent-members {
	margin: 10px 0 0 0;
	background-color: black;
	border: solid black 1px;
}

#recent-members .title {
	font-size:26px;
	margin-bottom:10px;
	color: white;
	padding: 10px;
	font-weight: normal
}

#recent-members .join {
	font-size:19px;
	color: white;
	border-top: dotted white 1px;
	padding: 5px 10px 10px 10px
}

.recent-members {
	float:left;
	padding-bottom: 20px;
	text-align: center;
	width:70px;
	margin: 0 0 5px 5px;
}

.recent-members .center {
	width:60px;
	height:55px;
	margin: 0 auto;
	text-align: center;
}

.recent-members span {
	font-weight: bold;
	color: rgb(255,105,0)
}

.recent-members img {
	border: solid orange 1px;
	text-align: center;
	width: 60px;
	height: 55px
}
