DIV.featured, DIV.basic, DIV.link {
	display: table;
	border-bottom: dashed 1px #DDD;
}
DIV.featured SPAN.name, DIV.basic SPAN.name, DIV.link  SPAN.name{
	font-weight: bold;
}
DIV.featured {
	margin-bottom: 10px;
	height: 100px;
}
DIV.featured {
	height: 100px;
}
DIV.featured IMG.member_photo {
	border: solid 1px #F3F3F3;
	float: left;
	height: 100px;
	width: 100px;
}
DIV.basic {
	margin-bottom: 10px;
}
DIV.link {
	margin-bottom: 10px;
}

DIV#join_town INPUT.submit { color: #F00; margin-left: 5px;}