TABLE.chatListado {
    color: #003142;
    font-family: verdana, sans-serif;
    font-size: 11px;
}

TEXTAREA.chatMensaje {
    height: 40px;
    width: 200px;
    color: #003142;
    font-family: verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #47949d;
    background: #e4efee;
}

TABLE.chatTitulo {
    background: url(img/barraBloque.jpg) no-repeat bottom;
    text-align: center;
    height: 25px;
    width: 230px;
    line-height: 25px;
    font-weight: bold;
    color: #003142;
    font-family: verdana, sans-serif;
    font-size: 11px;
    text-shadow: #ffffff 1px 1px 1px;
    border: 0px;
}

DIV.chat {
    width: 230px;
    height: 349px;
    border: 0px;
    background: #ffffff;
    margin-bottom: 20px;
}

DIV.chatContenido {
    width: 228px;
    height: 307px;
    border: 1px solid #47949d;
    border-top: 0px;
    padding-top: 16px;
    background: #ffffff;
    vertical-align: middle;
}

DIV.chatScroll {
    border: 1px solid #47949d;
    height: 230px;
    overflow: auto;
    width: 198px;
    background: #e4efee;
    color: #003142;
    font-family: verdana, sans-serif;
    font-size: 11px;
    text-align: left;
    margin-bottom: 5px;
}