#send_vip_question_div
{
    width:100%;
    height: 50px;
    line-height: 50px;
    /*
    box-shadow: 0 -2px 4px rgba(0,0,0,.1);
    */
    border: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea;

    background-color: white;
    position: fixed;
    bottom: 0px;
    padding-left: 12px;
}
#send_vip_question_p
{
    color:#999;
    font-size: 16px;
}
#vip_question_textarea_div
{
    position: fixed;
    z-index: 1005;
    top: 0;
    width: 100%;
    height: 222px;
    padding: 15px;
    box-sizing: border-box;
    background-color: white;
}
#vip_question_textarea
{
    display: block;
    width: 100%;
    height: 120px;
    border: 0;
    font-size: 17px;
}
#vip_question_submit
{
    margin-left: 15px;
    width: 80px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    background-color: #42c02e;
    color: #fff;
    border-radius: 4px;
    border: none;
    user-select: none;
    text-align: center;
    float: right;
}
#vip_question_cancel
{
    user-select: none;
    text-align: center;
    border: none;
    margin-left: 16px;
    width: 80px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    color: #999;
    background-color: transparent;
    float: right;
}
#vip_question_shade_div
{
    z-index: 1004;
    position: absolute;
    height: 100%;
    width:100%;
    opacity:0.5;
    top: 0;
    background-color: black;
}
.chat_user
{
    height: 50px;
    background-color: white;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.chat_message
{
    margin-top: 10px;
}
.chat_message_div
{
    margin-left: 10px;
}
.chat_name_h4
{
    width: 90%;
}
.chat_message_h4
{
    width: 90%;
    margin-top: 5px;
    margin-left: 10px;
}
.public_chat_div
{
    overflow: auto;
    background-color: white;
}
.he_chatmessage
{
    color: #1E9FFF;
}
.my_chatmessage
{
    color: #5FB878;
}