.profile {
	clear: left;
}

.profile img {
	float: left;
	margin: 0px 10px 0px 0px;
	height: 50px;
}

.profile span {
	font-size: 12px;
	color: #888;
}

.profile {
	border-top: 1px solid #ccc;
	padding: 10px 50px 5px;
	font-size: 12px;
	line-height: 140%;
	color: #555;
}

.profile h3
{
	font-size: 12px;
}

.profile .name {
	font-weight: bold;
}

.profile.editor
{
	border: none;
	padding: 10px 30px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
	line-height: 130%;
	border-bottom: 1px solid #ccc;
}
	.profile.editor.last
	{
		border: none;
	}
	.profile.editor h4
	{
		margin: 0px 0px 5px;
		padding:0px;
	}
	.profile.editor p
	{
		line-height: 140%;
	}