.chat_guest
{
    width: 400px;
    height: 300px;
}

.chat_guest_warning
{
    margin-top: 15px;
    margin-bottom: 35px;
}

.chat_guest input[type="edit"]
{
    border:1px solid silver;
    width: 300px;
    height: 25px;
    padding: 3px;
    position: relative;
    margin-bottom: 4px;
    outline: none;
}
.chat_guest input[type="edit"]:focus
{
    outline: none;
}

.chat_guest input[type="password"]
{
    -moz-appearance: none;
    -moz-box-sizing: content-box !important;
    border-radius: 0px;
    border:1px solid silver;
    width: 300px;
    height: 25px;
    padding: 3px;
    position: relative;
    margin-bottom: 4px;
    outline: none;
}
.chat_guest input[type="password"]:focus
{
    outline: none;
}


.chat_guest input[type="submit"]
{
    border:1px solid silver;
    outline: none;
    height: 30px;
    width:100px;
    margin-top: 10px;
}

.chat_guest input
{
    float:right;
}

.chat_guest label
{
    float: left;
    clear:right;
}

.chat_guest input[type="submit"]:focus
{
    outline: none;
}
.chat
{
    margin-left: 10px;
    overflow: hidden;
}
.chat_threads
{
    margin-left: 10px;
    float:left !important;
    width: 250px;
    height:401px;
    overflow-y: auto;
}

.chat_thread
{
    border: 1px solid silver;
    border-top: none;
    padding: 10px;
    cursor: pointer;
}

.chat_threads .chat_thread:first-child
{
    border-top: 1px solid silver;
}

.chat_thread:hover
{
    background-color: #303030;
    color: white;
}

.chat_thread_unread
{
    background-color: #c7c7c7;
    color: white;
}

.chat_thread_active
{
    background-color: #72b626;
    color: white;
}

.chat_display
{

}
.chat_windows
{
    padding: 0px;
    width: 400px;
    height:400px;
    float:left !important;
    border: 1px solid silver;
    overflow: hidden;
}

.chat_window
{
    height:400px;

}

.chat_messages
{
    padding: 10px;
    height:300px;
    overflow-y: auto;
}

.chat_send
{
    border-top:1px solid silver;
    height: 80px;
}
.chat_input
{
    min-height: 0px !important;
    padding: 4px;
    border: none;
    border-radius: 0px;
    resize:none;
    margin: 0px;
    outline: none;
    float:left;
    height:80px;
    width:340px;

}
.chat_input:focus
{
    min-height: 0px !important;
    outline:none;
    border: 0px !important;
    border-radius: 0px;
    margin: 0px;
    box-shadow: none !important;
}

.chat_send_button
{
    outline: none;
    padding: 4px;
    border: none;
    border-radius: 0px;
    margin: 0px;
    background-color: #c7c7c7;
    text-align: center;
    color: white;
    float:right;
    width:50px;
    margin-top:56px;
    margin-left: 343px;
    display: block;
    position: absolute;
}

.chat_send_button:hover
{
    background-color: #72B626;
}

.chat_message
{
    padding:3px;
    margin-bottom: 7px;
}

.chat_message:hover
{
    background-color: #c7c7c7;
    color: white;
    cursor: pointer;
}

.chat_message_me
{
    font-weight: bold;
}
.chat_message_other
{

}

.chat_message_from_me, .chat_message_from_other
{
   font-style: italic;
}

.chat_guest_session
{
    border: 1px solid silver;
    border-bottom: none;
    width: 400px;
    background-color: #fef0fb;
    display:block;
    overflow: hidden;
}

.chat_guest_welcome
{
    margin: 10px;
    margin-bottom: 0px;
    display: block;
    background: url(../images/chat_buddys.png) no-repeat;
    height: 43px;
    padding-left: 40px;
    padding-top: 1px;
    float:left;
}

.chat_guest_close
{
    padding-left: 24px;
    float:right;
    margin: 10px;
    background: url(../images/close.png) transparent no-repeat;
    height:16px;
    padding-top: 2px;
    cursor: pointer;
    margin-top: 15px;
}

.chat_guest_close:hover
{
    background: url(../images/close.png) transparent no-repeat scroll 0 -18px ;
}

.chat_metallogasket
{
    margin-left: 30px;
    float:left;
}

.chat_metallogasket span
{
    font-weight: bold;
    font-size: 13px;
    display: block;
    background: url(../images/chat_buddys.png) no-repeat;
    height: 43px;
    padding-top: 12px;
    padding-left: 54px;
}

.chat_metallogasket img
{
    margin-left: 30px;
}