.elfsb_t {
    width: 340px;
    background: url("elfsb_top.png") no-repeat top;

}
.elfsb_b {
    width: 340px;
    padding-top: 6px;
    padding-bottom:6px;
    background: url("elfsb_bottom.png") no-repeat bottom;
}
.elfsb_m {
    width: 330px;
    height: 100px;
    padding-left:5px;
    padding-right:5px;
    background: url("elfsb_middle.png") repeat;

    font: normal normal normal 12px "Trebuchet MS", Arial, Times;
    color: #ffffff;
}
.elfsb_m input[type=text] {
    width: 100%;
    background: url("elfsb_input.png") repeat;
    font: normal normal normal 12px "Trebuchet MS", Arial, Times;
    color: #ffffff;
    border: solid #818181 1px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.elfsb_chat {
    height:80px;
    overflow: hidden;
    position: relative;
}
.elfsb_chat div {
    position:absolute;
}
.elfsb_chat span {
    display:block;
}