@charset "utf-8";

#divChat {
    font-size: 12px;
    left: 100px;
    top:200px;
    position: fixed;
    white-space: inherit;
    padding-bottom:5px;

}
#divChat .headChat {

    color:white;
    background-color:#CC0000;
    height: 27px;
    width: 100%;
    cursor:move;
}
	#divChat .headChat #headTextChat {
	    color: white;
	    float: left;
	    font-size: 14px;
	    margin-right:3px;
	    padding-left: 10px;
	    padding-top:3px;
	    text-align: left;
	}
	#divChat .headChat #closeButtonChat {
	    float: right;
	    margin-top:5px;
	    margin-right:5px;
	    height:14px;
	    width:12px;
	}
		#closeButtonChat a{
			width:12px;
			height:12px;
			margin:0px;
			font-family:"Arial";
			font-size:12px;;
			padding-left:3px;
			padding-right:3px;
			cursor:default;
			color: white;
		}
		#closeButtonChat a.hover  {
		}
		#closeButtonChat a.link {
			color:#CC0000;
		}

#divChat .contentChat {
    margin: 0;
    text-align: left;
    background-color:white;
    width: 145px;
}
#divChat .footChat {
    color:white;
    cursor:move;
    font-size:14px;
    font-weight:bolder;
    text-align: center;
    margin-top:10px;
    width: 100%;
}
.contentChat dl{
        margin:0;
        text-align:left;
        padding-top:15px;
}
.contentChat dd {
        text-align:left;
        line-height:250%;
        margin-left:10px;
        padding-left:30px;
}
.contentChat .qrcodeBtn{
      cursor:pointer;
}

.contentChat a {
    font-size: 12px;

}

#_qrcode,#_qrcode2 {
    position: absolute;
    top:0;
    display:none;
    z-index:99;
    border:1px solid #b3b5b7;
    border-radius: 6px;
    box-shadow:3px 3px 3px 3px #b3b5b7;
    padding:15px;
    width:330px;
    height:255px;
    background-color:white;
}
#_qrcode ._phoneimg,#_qrcode2 ._phoneimg{
  background: url(http://common.mts.cn/common/images/img_ph.png) 0 0 no-repeat;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://common.mts.cn/common/images/img_ph.png",sizingMethod=crop);
  width: 152px;
  height: 252px;
  display: block;
  position: absolute;
  right: 3px;
  top: 8px;
}
