.chat-popup {
    border: 1px solid #5f5f5f;
    bottom: 20px;
    right: 15px;
    border: 1px solid #3162ab;
    z-index: 9;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 560px;
    width: 330px;
    background: white;
    position: fixed;
}

.form-container-head {
    background-color: #5f5f5f;
    height: 155px;
    margin-bottom: 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 13px;
    color: white;
    font-weight: normal;
    font-family: Arial;
}

.btnClose {
    color: #91b70d;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #f5f5f5;
    filter: alpha(opacity=100);
    margin: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    border: #f5f5f5;
    color: #5f5f5f;
}

.form-container .btnEnviarCamposSolicitados {
    background-color: #5f5f5f;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    opacity: 0.8;
    margin-top: 10%;
    font-size: 18px;
    color: white;
    font-weight: normal;
    font-family: Arial;
    padding: 5px;
}

.form-container .txtMjeEnviar {
    border: 1px solid #5f5f5f;
    width: 67%;
    padding: 5px;
    margin: 0;    
    background: white !important;
    border-radius: 0;
    resize: none;
    outline: 0;
    outline-color: currentcolor;
    outline-style: none;
    outline-width: 0px;
    color: black;
}

.btnEnviarMensaje {
    border-color: #5f5f5f;
    background-color: #5f5f5f;
    margin-left: 5px;
    border-color: #3162ab;
    color: white;    
    width: 25%;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
    border: 0;
    padding: 3px 10px;
    line-height: 25px;
    vertical-align: bottom;
}

.chat_txt_user {
    background-color: #5f5f5f;
    float: left;
    padding: 10px 10px 0;
    margin-bottom: 15px;
    width: 55%;
    text-align: left;
    color: #fff;
    margin-left: 5px;  
    border-radius: 0px 15px 15px 15px;
}