.yiichat .exceded {
	color: red;
}

.yiichat .posts {
	border: 1px dotted #eee;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 200px;
}

.yiichat .posts .post {
	display: block;
	border: 1px solid #aaa;
	margin-bottom: 4px;
	padding: 4px;
	overflow: auto;
}

.yiichat .posts .post .track {
	background-color:  #eee;
	padding: 3px;
	color: #333;
	float: left;
	overflow: auto;
	margin-right: 10px;
}

.yiichat-post-myown {
	background-color: #ddd;
}

.yiichat .posts .post .track .time {
}
.yiichat .posts .post .track .owner {
}


