body {
    margin: 0;
    padding: 0;
}
#chat {
    width: 607px;
    padding: 0 4px;
    text-align: left;
}

#chat > img {
    margin-left: -4px;
}

#chat * {
    font-family: Arial;
    font-size:11px;
    color:#777878;
}

#chat h1 {
    font-size: 24px;
    color: #666;
    line-height: 28px;
    margin: 16px 0 0 0;
    font-weight: normal;
    text-align: center;
    max-width: 498px;
}

#chat h2 {
    font-size: 18px;
    color: #666;
    line-height: 20px;
    margin: 16px 0 0 0;
    font-weight: bold;
    text-align: left;
}

#chat p {
    margin: 5px 0;
}


/* Modified Moxie Classes: */ 
.moxiechat {
}
.subtext, .chat-unavailable, .chat-available {position: relative; display: none; font-weight: bold; }


/* Original Moxie Classes:
.moxiechat {
    min-height: 50px;
    min-width: 160px;
    display: block;
    position: relative;
}
.subtext, .chat-unavailable, .chat-available {position: absolute; display: none; font-weight: bold; }
*/ 

.moxieimg {position: relative; z-index:100; visibility: hidden;}

