.weiboInner {
	margin-left:44px;
	margin-right:10px
}
.weiboHeader {
	width:34px;
	position:relative;
	float:left
}
.weiboHeader img {
	width:34px;
	height:34px
}

.account_name { 
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
text-align:left;
padding:0px; margin:0px;padding-bottom:5px;height:30px; overflow-y:hidden;width:280px;
} 

.weiboyiTips {
border: 1px solid #dea52a;
box-shadow: 2px 2px 2px #ddd;
border-radius: 4px;
background: #fffff2;
position: absolute;
display: none;
animation: fadeIn 0.5s;
-moz-animation: fadeIn 0.5s;
-webkit-animation: fadeIn 0.5s;
-o-animation: fadeIn 0.5s;
}
.accountdetail_dimensionalcode{width:150px;height:150px;}

.weiboyiTips {
  border: 1px solid #dea52a;
  box-shadow: 2px 2px 2px #ddd;
  border-radius: 4px;
  background: #fffff2;
  position: absolute;
  display: none;
  animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s; /* Firefox */
  -webkit-animation: fadeIn 0.5s; /* Safari and Chrome */
  -o-animation: fadeIn 0.5s; /* Opera */
}

.weiboyiTips_tl {
  padding-left: 18px;
}

.weiboyiTips_tr {
  padding-right: 18px;
}

.weiboyiTips_bl {
  padding-left: 18px;
}

.weiboyiTips_br {
  padding-right: 18px;
}

.weiboyiTips_bc {
  padding-bottom: 1px;
  _margin-top: -5px;
}

.weiboyiTips_foot {
  border-top: 1px dotted #ccbcae;
  height: 35px;
  text-align: right;
  line-height: 35px;
}

.weiboyiTips_btn {
    margin-left: 10px;
    *margin-top: 4px;
}

.weiboyiTips_mc a {
  color: #2276b3;
}

.weiboyiTips_ml {
  padding-left: 5px;
  background-color: #fffff2;
}

.weiboyiTips_mr {
  padding-right: 5px;
}

.weiboyiTips_head {
  height: 24px;
  line-height: 20px;
  border-bottom: 1px solid #CCBCAE;
}

.weiboyiTips_head_tools {
  float: right;
  margin: -6px -3px 0 0;
  display: block;
  height: 20px;
}

.weiboyiTips_head_title {
  display: block;
  float: left;
  color: #db1010;
  font-size: 14px;
  font-weight: bold;
  font-family: "微软雅黑", "宋体";
}

.weiboyiTips_head_icon {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
}

.weiboyiTips_body {
  overflow: auto;
  padding: 5px 12px 7px 12px
}

.weiboyiTips_anchor {
  display: inline-block;
  position: absolute;
}

.weiboyiTips_tc .weiboyiTips_anchor {
  width: 14px;
  height: 8px;
  top: -7px;
  background: url("../images/anchor_t.gif") no-repeat left top transparent;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='corp', src='../images/anchor_t.png');
}
.weiboyiTips_bc .weiboyiTips_anchor {
  width: 14px;
  height: 8px;
  bottom: -7px;
  background: url("../images/anchor_b.gif") no-repeat left top transparent;
}
.weiboyiTips_ml .weiboyiTips_anchor.anchor_left {
  width: 8px;
  height: 14px;
  right: -7px;
  background: url("../images/anchor_r.gif") no-repeat left top transparent;
}
.weiboyiTips_ml .weiboyiTips_anchor.anchor_right {
  width: 8px;
  height: 14px;
  left: -7px;
  background: url("../images/anchor_l.gif") no-repeat left top transparent;
}