﻿#chatContainer
{
    position: absolute;
    margin-left: 150px;
}

.expanded
{
    background-color: #46180A;
    width: 450px;
    z-index: 100;
    padding: 2px;
    padding-bottom: 6px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomright: 8px;
    filter:alpha(opacity=95);
    -moz-opacity:.95;
    opacity:.95;
}

.chattext .tiny
{
    font-size: xx-small;
    color: #712611;
}

.expanded .chattext
{
    height: 200px;
    color: #AA3C1C;
    font-size: 10px !important;
}

.expanded .chatinput
{
    width: 420px;
    background-color: #521C0B;
    font-size: 10px;
    color: #963C1D;
    height: 14px;
    margin-left: 5px;
}

.chattext
{
    font-size: 9px;
    font-family: Verdana, Arial;
    color: #7f2d1a;
    min-width: 250px;
    overflow: auto;
}

.chatinput
{
    color: #6f2a0a;
    background-color: #42180a;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    height: 12px;
    font-family: Verdana, Arial;
    font-size: 8px;
    width: 250px;
}

.expandToggle
{
    vertical-align: middle;
    cursor: pointer;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
}

.expandToggle:hover
{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}