DIV.userName {
	font-size: 30px;
	margin-bottom: 30px;
}

TABLE.tbUsers {
	width: 100%;
}
TABLE.tbUsers TD.photo {
	width: 10%;
}
TABLE.tbUsers TD.photo IMG {
	border: 1px solid #e69619;
	margin: 0px 20px 10px 0px;
}
TABLE.tbUsers TD.content {
	width: 90%;
}

DIV.contentTitle {
	font-size: 15px;
	color: #e69619;
	margin-bottom: 10px;
}
TABLE.contentInfoList {
	margin-bottom: 25px;
}
TABLE.contentInfoList TD {
	height: 23px;
}
TABLE.contentInfoList TD.title {
	padding-right: 10px;
	font-weight:  bold;
}
DIV.contentBlock {

}
DIV.contentBlock SPAN.title {
	font-weight: bold;
}

TABLE.tbLike {
	width: 100%;
	margin-bottom: 25px;
}
TABLE.tbLike TD {
	width: 50%;
}

DIV.commentList {
	
}
DIV.commentList A {
	font-size: 11px;
	color: #bd7f1e;
}
DIV.commentList DIV.name {
	font-size: 10px;
	color: #888888;
	height: 14px;
}
DIV.commentList DIV.text {
	margin: 0px 0px 12px 7px; 
}

DIV.all A {
	font-size: 11px;
}
