div.friend_tn {
	height: 170px;
	width: 170px;
	float: left;
	text-align: center;
}

div.friend_tn div.pic {
	height: 110px;
	width: 100%;
	text-align: center;
}

div.friend_tn div.details,
div.friend_tn div.details a {
	color: #999;
}

div#select_friends_type {
	margin-bottom: 10px;
}

div.request {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #cccccc;
}

div.request div.pic {
	width: 18%;
	float: left;
	text-align: center;
}

div.request div.body {
	width: 63%;
	float: left;
}

div.request div.datetime {
	width: 19%;
	float: right;
	color: #999999;
	text-align: right;
}

div.request div.body div.message,
div.request div.body div.action {
	margin-top: 10px;
}