@import url(_form.css);



.top-btns {

    text-align: right;

    margin-bottom: 25px;

}

.btn.msg {

    color: #1C88D0;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #1C88D0;
    background: #D4E5ED;
    line-height: 36px;
    position: relative;
    width: 195px;
    letter-spacing: 0px;
    padding-right: 20px;
    margin-right: 25px;

}

.btn.msg:after {

    content: "";

    background: url(../images/message/message.png) no-repeat;

    width: 50px;

    height: 58px;

    display: inline-block;

    position: absolute;

    bottom: 0;

    right: -25px;

}

.btn:hover .btn.msg {

    background: #1C88D0;

    color: #FFF;

}

.message-item {

    border: 1px solid  #E1E1E1;

    padding: 15px 25px;

    margin-bottom: 28px;

}

.message-item.active {

    border-color: #E1E1E1;

    background: #F5F5F5;

}

.message-item .message-from {

    color: #1C88D0;

    font-size: 15px;

    font-weight: bold;

    margin-top: 6px;

}

.message-item .message-from .date {

    display: inline-block;

    color: #A4A4A4;

    font-size: 13px;

    font-weight: normal;

    margin-right: 15px;

}

.message-question {

    cursor: pointer;

}

.message-item.active .message-question {

   /* background: url(../images/message/arrow_down.png) no-repeat 100% 100%;*/

}

.message-answer {

    display: none;

    border-top:  1px solid  #E1E1E1;

    padding-top: 15px;

    margin-top: 15px;

}

.message-answer .message-from {

    color: #E51D28;

}

.form-title {

    text-align: center;

    margin-bottom: 32px;

}

.form-title .btn.msg {

    cursor: default;

}



@media screen and (max-width: 767px) {

    

}