* html, * html body {
    background-image: url(about:blank);
    background-attachment: fixed;
    background: #f00;
}

#chatBtn {
    position: fixed;
    position: fixed \9;
    *position: fixed;
    _position: absolute;
    background-color: #19CAA6;
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', 'Arial', 'sans-serif';
    font-size: 16px;
    line-height: 24px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    right: 15px !important;
    /*bottom: auto !important;*/
    bottom: 0px !important;
    color: #fff;
    text-align: center;
    padding: 20px 18px 20px 12px !important;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2147483645;
    width:130px !important;
}

#qimo_chatpup {
    position: fixed;
    position: fixed \9;
    *position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    right:15px;
    bottom:0px !important;
    width: 355px;
    height: 500px;
    z-index: 2147483647;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(53, 53, 53, 0.1);
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid solid none;
    border-top-color: #19CAA6;
    border-right-color: #19CAA6;
    border-left-color: #19CAA6;
}

iframe{
    border:0;
}



