﻿.LiveChat2{   height: 132px;  width:30px; z-index:1000;  }
.LiveChat2 a {text-decoration:none;}
.LiveChat2 .content
{
    
    text-align:left;
    position :absolute ;
    display:block; background:#fff; 
    width:30px;
    height: 132px;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    border: 1px solid rgb(55, 140, 170);
    overflow:hidden;
    white-space:nowrap;
    }
.LiveChat2 .content .left
{
    /*line-height:16px;*/
    vertical-align:middle;
    cursor:default;
    text-align:center;
    display:inline-block;
    width:28px;
    height: 132px;
   
     /*padding-top:6px;*/
    background: rgb(6, 114, 205);   
    background: -moz-linear-gradient(center top , rgb(155, 203, 242), rgb(6, 114, 205)) repeat scroll 0% 0% transparent;
    background: -o-linear-gradient(center top ,rgb(155, 203, 242), rgb(6, 114, 205)) repeat scroll 0% 0% transparent; 
    background: -webkit-linear-gradient(center top ,rgb(155, 203, 242), rgb(6, 114, 205)) repeat scroll 0% 0% transparent;
    background: linear-gradient(center top ,rgb(155, 203, 242), rgb(6, 114, 205)) repeat scroll 0% 0% transparent;        

    border-right: 1px solid rgb(6, 114, 205);/* rgb(155, 203, 242) rgb(55, 140, 170)*/
    font-size:14px;
    /*color:White ;*/
    overflow:hidden;
     
    }
.LiveChat2 .content .right
{ 
   
    vertical-align:top;
    display:inline-block;
    width:173px;
    height: 132px; 
    overflow:hidden;
    }    