body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.sb_container
{
    border: 1px solid #cccccc;    
}

.sb_headerBox
{
    height: 24px;
    /*
    background-color: #e3fcfc;
    */
    background: url(../../images/header.gif) repeat-x scroll 0 0;
    font-family: Georgia, serif;
    font-size: 18px;
    color: #29a7ff;
    /*
    color: #5cbcff;
    */
    padding:5px;
}

#upper_scrollbar
{
    height:7px;
    cursor: pointer;
    background-color:#E0E0E0;
    text-align: center;
}
#upper_scrollbar:hover
{
    background-color: red;
}
#upper_button
{
    background: url(../../images/button_up.png) no-repeat scroll 0 0;
    width: 8px;
    height: 7px;
    margin: auto;
}

#lower_scrollbar
{
    height:7px;
    cursor: pointer;
    background-color:#E0E0E0;
}
#lower_scrollbar:hover
{
    background-color: red;
}
#lower_button
{
    background: url(../../images/button_down.png) no-repeat scroll 0 0;
    width: 8px;
    height: 7px;
    margin: auto;
}

#sb_messageContainer
{
    position:relative;
    background-color: white;
    overflow: hidden;
}

#sendButton
{
    background: url(../../images/send_button.png) no-repeat scroll 0 0;
    cursor:pointer;
    width: 78px;
    height: 25px;
}

#sb_messageContainer .postbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background: #F5F5F5 url(../../images/bg-post.gif) repeat-x scroll 0 0;
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #FDFDFD;
    margin: 0px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.sb_footerBox
{
    height: 24px;
    background: url(../../images/header.gif) repeat-x scroll 0 0;
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
    padding:5px;
}

.sb_input
{
    background:#FCFCFC none repeat scroll 0 0;
    border:1px solid #C3C3C3;
    font-size:11px;
    padding:2px;
    margin-left:5px;
    margin-top:3px;
    color: #B3B3B3;
}
.sb_input:focus
{
    color: #000;   
}
