.message_table{
    float:left;
}
.message_table td{
    padding:3px;
}

.message_table td.message_first_col{
    font-weight:bold;
}

.message_input{
    background-image:url(../pics/text_bg.gif);
    width:250px;
    height:17px;
    padding-top:2px !important;
    padding-left:7px !important;
    border:0px solid #000000;
    color:#4189DD;
}
.message_textarea_div{
    background-image:url(../pics/textarea_bg.gif);
    width:252px;
    height:130px;
    padding-left:4px;
    padding-top:4px;
}

.message_textarea{
    border:0px solid #000000;
    width:249px;
    height:120px;
}

.send_button a{
    background-image:url(../pics/send_button.gif);
    display:block;
    width:107px;
    height:22px;
    color:#E1F0FA;
    text-decoration:none;
    padding-top:5px;
    font-weight:bold;
}