.RsBody {}
.RsBody * {margin:0;padding:0;border:0;text-decoration:none;list-style-type:none;}
.RsBody a{text-decoration:none;color:#000}
.RsBody img,.RsBody a img{border-width:0}
.RsBody .msg-weixin-box {
	height: 170px;
	width: 150px;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	position: absolute;
	z-index:1;
	cursor:auto;
	overflow:visible;
}
.RsBody .msg-weixin-box .msg-weixin-title {
	height: 22px;
	width: 100%;
	background-image: url(/static/images/weixin_title_bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-size: 12px;
	line-height: 22px;
	color: #007ACD;
	text-indent: 5px;
}
.RsBody .msg-weixin-box .msg-weixin-title .msg-weixin-close {
	height: 10px;
	width: 10px;
	float: right;
	background-image: url(/static/images/weixin_close.png);
	background-repeat: no-repeat;
	margin: 6px;
	_margin: 4px 6px 3px 6px;
	display: inline-block;
	cursor:pointer;
}
.RsBody .msg-weixin-box .msg-weixin-content {
	height: 110px;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
.RsBody .msg-weixin-box .msg-weixin-footer {
	line-height: 24px;
	font-size:0.8em;
	color: #5E5B5B;
	text-align: center;
}
.RsBody .arrows {
	background-image: url(/static/images/weibo_layer_bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 16px;
	position: absolute;
	left:130px;
	top:170px;
	z-index:2;
}