div#DcmtBody{
	height: auto;
}



div.spacer{
  clear: both;
  height: 1px;
}
#Left {
	float: left;
	width: 560px;
}

#FriendListTop {
	background-image: url(../../images/bmyinfo/friend_back01.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 537px;
}
#FriendListArea {
	margin-left: 18px;
	clear: both;
}
#FriendListBody {
	background-image: url(../../images/bmyinfo/friend_back02.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 537px;
}
#FriendListBottom {
	background-image: url(../../images/bmyinfo/friend_back03.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 537px;
	clear: both;
}
.Friend {
	float: left;
	height: auto;
	width: 250px;
	margin-left: 12px;
	margin-top: 3px;
}
.FriendPhoto {
	float: left;
	height: 72px;
	width: 72px;
	margin-right: 10px;
}
.FriendInfo {
	float: left;
	height: auto;
	width: 160px;
}

.NickName {
	font-size: 15px;
	color: #004ea6;
	font-weight: bold;
	cursor: pointer;
	margin-top: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.NickName:link { color:#004ea6;text-decoration:none; } 
a.NickName:visited { color:#004ea6;text-decoration:none; } 
a.NickName:hover { color:#004ea6; text-decoration:underline; background-color:#D4F5BF; }


.otherInfo {
	font-size: 12px;
	color: 4d4d4d;
	margin-top: 10px;
	font-weight: bold;
}
.Page {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 10px;
}

.PageNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004ea6;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
}
.FrontPage {
	height: 22px;
	cursor: pointer;
	margin-right: 4px;
	vertical-align: bottom;
}
.Nextpage {
	border: 0px;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: bottom;
}
