﻿      
    .sc_chat_container
    {
        /*height: 160px;*/
        width: 260px;
        font-family: arial;
        border: solid 1px black;
        padding: 1px;
        font-size: 11px;
        background-color: #ffffff;
        margin-top: 6px; 
        color: Black; 
        text-align: left;
        line-height: 14px;
    }
    
    .sc_chat_container input
    {
        margin: 0px;
        border: 1px groove #bbbbbb;    
    }
    
    .sc_chat_box
    {
        height: 140px;
    }  
    
    .sc_options_box
    {
        height: 35px;
    }
        
    .sc_msg
    {
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }    
    
    .sc_alt
    {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #dedede;
    }    
    
    .sc_Author
    {
        font-weight: bold;
    }  
       
    .sc_chat_message
    {
        width: 175px;
        margin:0px;
    }    
    
    .sc_chat_container input
    {
        font-family: verdana;
        font-size: 10px;
        border: groove 1px black;
    }
       
    .sc_chat_send
    {
        /*width: 45px;
        text-align:center;*/
    }    

