@charset "utf-8";
.containerbox {
	background: #f4f4f4;
	background-repeat: no-repeat;
}
/**页眉**/
.super_content {
	margin-top: 50px;
	text-align: center;
	background-color: #fff;
	padding: 8px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #eee;
}
/**页脚**/
.super_contentfoot {
	margin-top: 50px;
	text-align: center;
	background-color: #1e1e1e;
	padding: 8px;
	border-bottom: 1px solid #292929;
	border-top: 1px solid #585858;
}

.foot {
	text-align: center;
	color: #FFFFFF;
	background-color: #111111;
	padding: 8px;
}

.stream-blank {
	height: 15px;
	border-bottom: 1px solid #eee;
	background-color: #f6f6f6;
}

.doc-conentinfo a {
	color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
	color: #e6e6e6;
}
/**用戶消息顶端框样式**/
.wcp-user-message {
	background-color: #d9534f;
	color: #ffffff;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 12px;
}

.wcp-user-message:HOVER {
	background-color: #df6d6a;
}