﻿.chat_body_div
{
    background-color: #ffffff;
    overflow: auto;
    font-size: 12px;
    margin: 0px;
    padding: 5px;
    border: 0px;
    /*height:370px;*/
}

.chat_text 
{
    margin-bottom: 5px;
    padding-left: 5px;
    word-wrap: break-word;
    overflow: hidden;
    border: 0px;
    text-align: justify;
}

.chat_text_system
{
    font-style:italic;
    font-size:10px;
    color: #888888 !important
}

.chat_text_header 
{
    font-weight: bold;    
}

.chat_text_msg
{      
}

.chat_text_in
{    
    border-left: solid 2px #000000;
}

.chat_text_out
{    
    border-left: solid 2px #FF6633;
}
