#chat
{
    padding-left: 14px;
    position:relative;
    width: 608px;
    height: 342px;
    background-image: url(../img/chat/feature-top.jpg); 
    background-position: left top; 
    background-repeat: no-repeat;
}

#feature-middle {
    margin-top:0px;
    padding-left: 14px;
    position:relative;
    width: 608px;
    height: 100px;
    background-image: url(../img/chat/feature-middle.jpg); 
    background-position: left top; 
    background-repeat: repeat-y;
}

#feature-bottom
{
    height:7px;
    background-image: url(../img/chat/feature-bottom.jpg); 
    background-repeat: no-repeat;
    background-position: left top;
    /*Needed for ie to honored the div height*/
    font-size:2px;
    line-height:2px;
}

#chatHeader
{
    position:relative;
    height: 45px;
    text-indent: 0px;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 24px;
}

#chatFit
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    position:relative;
    width: 46%;
    top: 10px;
    color: #FFFFFF;
    font-size: 15px;
}

#chatFit p
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    margin-top:10px;
}

#chatFit a
{
    font-weight: bold;
    color: #3FBAFF;
}

#chatFit a:hover
{
    color: #FFFFFF;
}

.buttonwrapper
{
    position:absolute;
    height:185px;
    width:240px;
    top:290px;
    z-index:1000;
    padding: 5px 5px 5px 5px;
}

.buttonwrapper button
{
    margin-top:5px;
}

button
{
    margin-left:5px;
}

