body
{
    background-color: #bbb;
    color: #000;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a
{
    color: black;
}

.wrap
{
    width: 950px;
    //height: 543px;
    height: 603px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    //margin-top: 90px;
    margin-top: 30px;
    background-repeat: no-repeat;
}

.avatar,
.nick
{
    display: block;
    position: absolute;
    left: 200px;
    //top: 327px;
    top: 387px;
    width: 95px;
    height: 89px;
}

.nick
{
    //top: 412px;
    top: 472px;
    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;
    top: 482px;
}

.chatform
{
    position: absolute;
    left: 20px;
    //top: 450px;
    top: 510px;
    width: 950px;
    display: none;
}

.chatinput,
.chatsend
{
    font-size: 13px;
}

.bubble
{
    position: absolute;
    font-size: 12px;
    line-height: 0.9em;
    width: 230px;
    height: 85px;
    overflow: hidden;
    padding: 4px;
    padding-left: 6px;
    padding-bottom: 15px;
    text-align: center;
    background-image: url(/chat/image/bubble.gif);
    background-repeat: no-repeat;
    //top: 0;
    top: 60;
    left: 745px;
    display: none;
    color: #000;
}

//#bubble1 { top: -95px; }
#bubble1 { top: -35px; }
//#bubble2 { top: -47px; }
#bubble2 { top: 13px; }
//#bubble3 { top: 0; }
#bubble3 { top: 60; }
//#bubble4 { top: 48px; }
#bubble4 { top: 108px; }
//#bubble5 { top: 96px; }
#bubble5 { top: 156px; }
//#bubble6 { top: 144px; }
#bubble6 { top: 204px; }
//#bubble7 { top: 192px; }
#bubble7 { top: 252px; }
//#bubble8 { top: 240px; }
#bubble8 { top: 300px; }
//#bubble9 { top: 288px; }
#bubble9 { top: 348px; }

#loginscreen
{
    width: 280px;
    height: 220px;
    padding-top: 13px;
    text-align: center;
    background-image: url(/chat/image/loginback.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 360px;
    //top: 80px;
    top: 140px;
    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: 914px;
    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;
}
