#televendas {overflow: hidden; background:#1BB295;padding:10px 10px;top:0;left:0; width:100%;z-index:99999999999}
.teleBox {color:#fff;font-size:12px;}
.teleBox h1{font-size:18px;font-weight:bold;margin:5px 0 0;float:left;}
.teleBox .sair {margin-left:5px; padding-left:9px; border-left: 1px solid #fff; color:#fff; text-decoration:underline;}
.teleBox .btn {cursor: pointer;
    display: inline-block;
    background-color: #E6E6E6;
    background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);
    background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);
    background-image: -o-linear-gradient(white, white 25%, #E6E6E6);
    background-image: linear-gradient(white, white 25%, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #CCC;
    border-bottom-color: #BBB;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all; margin-top:5px;}
.teleBox .bts {float:right;margin:0;}
.teleBox .li-bts {list-style:none;display:inline-block;margin:0 5px;}
.teleBox .user {float:right;margin:10px 10px 10px 30px;}