.feedback {
    width: 25em;
    position: fixed;
    right: 0px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    /*border-radius: 10px 10px 0 0;*/
    z-index: 9999;
}

    .feedback .feedbackHeader {
        height: 3em;
        line-height: 3em;
        /*border-radius: 10px 10px 0 0;*/
        color: #ffffff;
        text-indent: 3em;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 0px;
    }

.feedback .eMailIco {
    background: url("../img/emailIco.png") 16px center no-repeat #252c33;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
    background-color:white;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 1.5em;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    /*border-radius: 4px;*/
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

    .feedbackForm .line input {
        height: 3em;
        line-height: 3em;
        padding: 0 11px;
    }

    .feedbackForm .btn {
        background: #006448;
        /*border-radius: 4px;*/
        width: 100%;
        box-sizing: border-box;
        border: none;
        height: 3em;
        line-height: 3em;
        color: #ffffff;
        cursor: pointer;
    }

.feedback .closeBtn {
    background: url("../img/closeBtn.png") no-repeat;
    width: 2em;
    height: 2em;
    background-size: 2em 2em;
    position: absolute;
    right: 1em;
    top: 0.7em;
    cursor: pointer;
}