

a
{
    color: black;
}

.wrap
{
    width: 950px;
    height: 543px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

.avatar,
.nick
{
    display: block;
    position: absolute;
    left: 200px;
    top: 327px;
    width: 95px;
    height: 89px;
}

.nick
{
    top: 417px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    height: 28px;
    width: 95px;
    color: rgb(181,187,213);
}

#avatar1, #nick1 { left: 40px; }
#avatar2, #nick2 { left: 130px; }
#avatar3, #nick3 { left: 220px; }
#avatar4, #nick4 { left: 320px; }
#avatar5, #nick5 { left: 420px; }
#avatar6, #nick6 { left: 520px; }
#avatar7, #nick7 { left: 615px; }
#avatar8, #nick8 { left: 715px; }
#avatar9, #nick9 { left: 815px; }

#nick2,
#nick4,
#nick6,
#nick8
{
    top: 422px;
}

.chatform
{
    position: absolute;
    left: 20px;
    top: 450px;
    width: 950px;
    display: none;
}

.chatinput,
.chatsend
{
    font-size: 13px;
}

.bubble
{
    position: absolute;
    font-size: 12px;
    line-height: 0.9em;
    width: 240px;
    height: 135px;
    padding: 4px;
    padding-top: 12px;
    padding-left: 6px;
    padding-bottom: 15px;
    text-align: center;
    background-image: url(/chat/image/bubble.gif);
    background-repeat: no-repeat;
    top: 0;
    left: 745px;
    display: none;
    color: #000;
}

#bubble1 { top: -71px; }
#bubble2 { top: 32px; }
#bubble3 { top: 135px; }
#bubble4 { top: 238px; }


#loginscreen
{
    width: 280px;
    height: 235px;
    padding-top: 13px;
    text-align: center;
    background-image: url(/chat/image/loginback.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 360px;
    top: 80px;
    font-weight: bold;
    font-size: 90%;
}

#avatarchoice
{
    border: 1px solid black;
    width: 95px;
    height: 89px;
    background-color: #eee;
}

#debug
{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 90%;
    width: 800px;
}

#exit
{
    display: block;
    width: 900px;
    font-size: 90%;
    text-align: right;
}

#home
{
    position: absolute;
    left: 780px;
    top: 14px;
    width: 200px;
    font-size: 12px;
    font-weight: bold;
}

.disclaimer
{
    color: #888;
    font-size: 75%;
    font-weight: normal;
}

#ad
{
    text-align: center;
    position: relative;
    top: -70px;
}
