﻿.ChatWindowFrame
{
    width: 600px;
    height: 300px;
    padding: 30px;
    background-color: #000000;
    filter: alpha(opacity=89);
    opacity: 0.89;
    text-align: center;
    vertical-align: top;
    color: #ffffff;
    font-family: verdana;
    font-size: 110%;
    font-weight: bold;
}
.ChatWindow
{
    background-color: #ffffff;
    width: 570px;
    height: 190px;            
}
.ChatLog
{
    background-color: #ffffff;
    width: 550px;
    height: 120px;
    padding: 10px;
    overflow: auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaaa;
}
.ChatLogDocked
{
    border: 1px solid #aaaaaa;
    background-color: #ffffff; 
    width: 190px;   
    height: 120px;
    padding: 10px;
    overflow: auto;
}
.ChatSubmit
{
    background-color: #ffffff;
    width: 570px;      
    text-align: center;   
}