.fpwrap {
	width: 620px;
	height: 380px;
	padding: 10px;
	border: 0;
	margin: 0;
	background: #504f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.fpheader {
	width: 600px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 1px;
	padding: 0 10px;
	background: #050608;
}
.fpheader .fpname {
	float: left;
	font-size: 16px;
	font-weight: bold;	
	color: #d72728;	
}
.fpheader .fpclose {
	float: right;
	padding-top: 7px;
}
.fpcontent {
	width: 600px;
	height: 330px;
	padding: 10px;
	background: #050608;
}
.fpphoto {
	float: left;
	margin-right: 10px;
}
.fpphoto .photo img {
	width: 160px;
	height: 240px;
	border: 1px solid #201f1f;
}
.fpphoto .fppebtn {
	width: 162px;
	height: 52px;
	margin-top: 5px;
	border: none;
}
.fpprofile {
	float: left;
	width: 420px;
	overflow: auto;
	height: 300px;
	padding-right: 5px;
}
.fpprofile ul {
	margin: 0;
	padding: 0;
}
.fpprofile ul li {
	display: block;
	list-style-type: none;
	margin-bottom: 3px;
	font-weight: bold;
}
.fpprofile span.protag {
	color: #524c4b;
}
.fpprofile span.prostory {
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}
.clear {
	clear: both;
}