.membercard {
	width: 180px;
	height: 60px;
	background-image: url(../images/membercard_bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0px;
	float: left;
}
.memberavatar {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	float: left;
}
.membername {
	width: 120px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.memberpm {
	width: 120px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.memberheadline {
	color: #2A75C5;
	border-bottom: 1px solid #2A75C5;
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-style: bold;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
}
.membercategory {
	position: relative;
	background-color: #999;
	width: 95%;
	margin: 0px;
}
