.wc-cancel-main.fancybox-content {
    color: #000;
}
.wc-cancel-main.fancybox-content .wc-cancel-txt-main {
    margin-top: 20px;
}
.wc-cancel-main.fancybox-content .wc-cancel-reason-text textarea {
    border-radius: 0;
    width: 100%;
}
.wc-cancel-main.fancybox-content .wc-cancel-buttons .btn {
    font-weight: normal;
    border-radius: 0;
    height: 40px;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-align: center;
    text-shadow: none;
}
.wc-cancel-main.fancybox-content .wc-cancel-buttons .wc-cancel-close {
    color: #515151;
    background-color: #ebe9eb;
}
.wc-cancel-main.fancybox-content .wc-cancel-buttons .wc-cancel-confirm {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.wc-cancel-main.fancybox-content .wc-cancel-note {
    color: #515151;
    font-size: 16px;
}
