.member-list-title
{
	color:#FF9900;
	border-bottom:1px dotted #000;
	padding-left:4px;
	margin-bottom:8px;
	font-size:25px;
	font-weight:600;
}
.member-list-img-box
{
	border-right:1px dotted #000;
	width:160px;
	padding-right:8px;
	margin-right:8px;
	float:left;
}
.member-list-img
{
	width:160px;
	height:auto;
}
.member-list-item-box
{
	margin-bottom:8px;
}
.member-list-item
{
	padding:8px;
	border-bottom:1px dotted #000;
}
.member-list-item-username
{
	margin-top:8px;
	padding-left:8px;
}
.member-list-item-username-a
{
	font-size:24px;
	font-weight:600;
	color:#000;
	text-decoration:none;
}
.member-list-item-username-a:hover
{
	color:#0033CC;
	
}

.member-list-div-clear
{
	clear:both;
}