body{
	width:700px;
	table-layout:fixed;
}
.posts-top{
	border:2px solid gray;
	border-collapse:collapse;
	width:700px;
	table-layout:fixed;
}

.topic-left,.topic-right{
	border:2px solid gray;
	vertical-align:top;
	padding:3px;
}
.topic-left{
	width:142px;
}
.topic-right{
	width:690px;
	word-wrap:break-word;
	word-break:break-word;
}
.posts-bot{
	border:0;
	border-collapse:collapse;
}
.zuozhe{
	width:100%;
	table-layout:fixed;
	margin:2px auto;
	background-color:lightgreen;
	vertical-align:top;
}
.avatar{
	width:120px;
}
.author{
	width:574;
	padding:3px;
	vertical-align:top;
}
.side-avatar{
	width:80px;
	height:80px;
	margin:5px;
}

.authorpm{
	border:0;
	display:block;
}
.topic-right *{
	max-width:684px;
}
.amess_content table,
.amess_content td{
	border:1px solid red;
}


.amess_content ol,
.amess_content ul {
	padding-left:6px;
    list-style-position: inside;
}