﻿/*#chat-container
{
    position: fixed;
    bottom: 1px;
    width: 100%;
    z-index: 0;
}
.chat
{
    background: url(../img/watermark1.png) #FFF no-repeat center center;
    width: 230px;
    float: right;
    border: 1px solid #DDD;
    margin-right: 10px;
    font-size:0.7em;
    color:#333;
}
.chat .close
{
    display: block;
    cursor: pointer;
    float: right;
}
.chat h2
{
    background: blue;
    margin: 0px;
    padding: 6px;
}
.chat h2.orange
{
    background: orange;
}
.chat h2 span
{
    font: bold 11px Tahoma;
    color: #fff;
}
.chat textarea
{
    margin: 5px;
    width: 215px;
    height: 45px;
    resize: none;
    border: 1px solid #d7d7d7;
}
.chat b
{
    font-weight: bold;
}
.chat .status-message
{
    color: #333333;
}
.chat div
{
    min-height: 110px;
    max-height: 180px;
    overflow: auto;
}
.chat p
{
    margin: 5px;
}
*/
.chat
{
    background: url(../img/watermark1.png) #FFF no-repeat center center;
    float: left;
    border: 1px solid #DDD;
    margin-left: 10px;
    font-size: 12px;
    color:#333;
    position:fixed;
    bottom:0; 
    left:0; 
}
.chat a.close 
{
    display: block;
    cursor: pointer;
    float: right;
    text-decoration: none;
    color: White;
    margin-top:-7px;
}
.chat h2
{
    background: blue;
    margin: 0px;
    padding: 6px;
    height: 14px;
}

.chat h2 span
{
    font: bold 11px Tahoma;
    color: #fff;
}
.chat textarea
{
    margin: 5px 0px 5px 5px;
    width: 215px;
    height: 45px;
    resize: none;
    border: 1px solid #d7d7d7;
}
.chat input
{
    margin:5px 14px;
    height: 20px;
    width: 200px;
    border: 1px solid #d7d7d7;
}
.chat b
{
    font-weight: bold;
}
.chat .status-message
{
    color: #333333;
}
.chat div
{
    min-height: 110px;
    max-height: 180px;
    overflow: auto;
    padding: 10px 10px;
    max-width:200px;
}
             
.chat input.btn
{
    display: block;
}

.chat #spanWarning
{
    color: Red;
    margin: 5px;
    max-width:190px;
}

