#chatcont #log {
    height: 365px;
    width: 550px;
    background-color: #ffff99;
    overflow-y: auto;
    position: absolute;
    top: 35px;
}

#chatcont #ppl {
    height: 400px;
    width: 134px;
    position: absolute;
    top: 0px;
    left: 550px;
    background-color: #ffcc66;
}
#chatcont #msg {
    background-color: #ffcc99;
    width: 684px;
    height: 94px;
    position: absolute;
    top: 400px;
}
#chatcont #info {
    background-color: #ffcc99;
    width: 550px;
    height: 35px;
}
#sendbutton {
    height: 70px;
    width: 70px;
    display:inline;
    float:right;
}
#msgarea {
    height: 64px;
    width: 605px;
    overflow: hidden;
    border: 1px solid black;
    background-color: #ffffcc;
}
#chatcont .header {
    font-weight: bold;
    text-align:center;
    border-bottom: 1px solid black;
}
.chatline {
    clear: both;
    border-bottom: 1px dashed gray;
}
#log .log_msg {
    float: left;
    width: 430px;
}
#log .log_msg p {
    margin: 0;
    font-size: 12px;
}
#log .log_date,
#log .log_user {
    overflow: hidden;
    float: left;
    height: 1.3em;
}
.log_date {
    width: 60px;
}
.log_user {
    width: 60px;
}

.chatlist {
    border-collapse: collapse;
    margin-top: 5px;
    margin-left: 10px;
    width: 80%;
}

.chatlist td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.chatlist .tiny {
    width: 30px;
    padding: 5px;
}

.chatlist .even {
    background-color: #FFFFCC;
}

.chatlist .odd {
    background-color: #ffdfde;
}

.chatLink{
    font-size: 14px;
}

.chatLinkButton{
    background: url(../../../skins/krihvel/images/ta_but.gif);
    width: 125px;
    height: 22px;
    border: 0 !important;
    margin-top:5px;
    margin-left:5px;
    margin-bottom:5px;
    padding-bottom:3px;
    color: #663300;
    cursor: pointer;
    font-family: Comic Sans MS;
    font-size:15px;
    text-align: center;
}
