.chatsprite {
    background-image: url('http://p1.yalla.co.il/m/chatsprite.png');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
.email {
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.flag_red {
    background-position: -16px 0px;
    width: 16px;
    height: 16px;
}
.flag_green {
    background-position: -32px 0px;
    width: 16px;
    height: 16px;
}
.flag_yellow {
    background-position: -48px 0px;
    width: 16px;
    height: 16px;
}
.bullet_green {
    background-position: -64px 0px;
    width: 16px;
    height: 16px;
}
.bullet_orange {
    background-position: -80px 0px;
    width: 16px;
    height: 16px;
}
.bullet_black {
    background-position: -96px 0px;
    width: 16px;
    height: 16px;
}
* html .chat-bar-container {
    position: absolute;
    width: 100%; /*IE5.5*/
    bottom: 0px;
    left: 0px;
    z-index: 150;
    top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(-1)+(documentElement.clientHeight-(this.clientHeight)) : document.body.scrollTop +(-1)+(document.body.clientHeight-(this.clientHeight)));
    text-align: center;
    margin: 0 auto;
    height: 24px;
}
.chat-bar-container {
    width: 100%;
    position: fixed; 
    bottom: 0px;
    left: 0px;
    z-index: 150;
    text-align: center;
    margin: 0 auto;
    height: 24px;
    font-size: 12px;
    font-family: arial;
    color: #000;
}
.chat-bar {
    position: relative;
    background-color: #E7EBF0;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    border: 1px solid #C6C6C6; 
    background-color: #EAEAEA; 
    border-bottom: 0px;
    text-align: left;
}
.chat-users {
    position: relative;
    float: left;
    height: 100%;
    background-color: #FFF;
    width: 220px;
    border-right: 1px solid #C6C6C6;
    border-bottom: 0px;
    border-left: 0px;
}
.chat-users-list {
    width: 100%;
    bottom: 24px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #C6C6C6;
    border-bottom: 0px;
    left: -1px;
    display: none;
    text-align: right;
}
.chat-users-button {
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: absolute;
    background-color: #FFF;
    cursor: pointer;
}
.chat-bar-windows {
    position: relative;
    float: left;
    height: 100%;
}
.chat-scroll-left {
    float: left;
    margin-left: 2px;
    background-color: #FFF;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    color: #000;
    font-size: 9px;
    width: 20px;
    height: 100%;
    display: none;
    cursor: pointer;
}
.chat-scroll-right {
    float: left;
    margin-left: 2px;
    background-color: #FFF;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    color: #000;
    font-size: 9px;
    width: 20px;
    height: 100%;
    display: none;
    cursor: pointer;
}
.chat-window {
    float: left; 
    margin-left: 2px; 
    width: 220px; 
    height: 100%; 
    border-right: 1px solid #C6C6C6; 
    border-left: 1px solid #C6C6C6; 
    position: relative;
}
.chat-window-container {
    position: absolute; 
    bottom: 0px; 
    width: 100%; 
    background-color: #FFF; 
    left: -1px; 
    border: 1px solid #C6C6C6; 
    border-bottom: 0px;
}
.chat-window-bar {
    height: 23px; 
    border-bottom: 1px solid #0D4965; 
    background-color: #017FB9; 
    width: 100%; 
    color: #FFF
}
.chat-window-content {
    height: 276px; 
    background-color: #FFF; 
    width: 100%; 
    direction: rtl; 
    text-align: right;
    display: none;
    overflow: hidden;
}
.chat-window-text {
    width: 100%; 
    background-color: #FFF; 
    overflow: auto; 
    height: 251px;
    padding: 0px 2px;
}
.chat-window-seperator {
    width: 100%; 
    height: 1px; 
    overflow: hidden; 
    font-size: 1px; 
    background-color: #EAEAEA;
}
.chat-small-button {
    float: left; 
    font-size: 9px; 
    padding: 2px 4px;
    color: #FFF; 
    margin-top: 4px; 
    margin-left: 3px;
    text-align: center;
    cursor: pointer;
}
.chat-window-input {
    width: 100%;
    height: 23px;
    background-color: #FFF;
    overflow: hidden;
}