
.taw-box {
    max-width: 760px;
    margin: 0 auto 3rem;
    padding: 1.5rem;
    border: 2px solid #333;
    background: #fff;
}
.taw-form label {
    display: block;
    font-weight: 700;
    margin-bottom: .35rem;
}
.taw-form input,
.taw-form select,
.taw-form textarea {
    width: 100%;
}
.taw-summary {
    margin: 1.5rem 0;
    padding: 1rem;
    border-left: 5px solid #333;
    background: #f6f6f6;
}
.taw-confirm-note {
    font-weight: 600;
}
.taw-submit {
    font-size: 1.1rem;
    font-weight: 700;
    padding: .9rem 1.25rem;
}
.taw-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
