.lp_white #main, .lp_border #main, .lp_sideborder #main, .lp_graybg #main {
    text-align: left;
}

.lp_white h1, .lp_border h1, .lp_sideborder h1, .lp_graybg h1 {
    margin: 0 auto 25px;
}

#main {
    margin-left: auto;
    margin-right: auto;
}

#main .lpform {
    margin: 0 auto 15px;
    text-align: left;
}

#main .lpform label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#main .lpform input[type="text"], #main .lpform input[type="email"], #main .lpform input[type="number"], #main .lpform input[type="tel"], #main .lpform input[type="submit"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 8px;
    width: 100%;
}

#main .lpform input[type="submit"] {
    border: none;
    cursor: pointer;
}

#main .lpform .formtable dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#main .lpform .formtable dd {
    margin-bottom: 15px;
}

#main .lpform .formtable dd input[type="text"], #main .lpform .formtable dd input[type="email"], #main .lpform .formtable dd input[type="number"], #main .lpform .formtable dd input[type="tel"], #main .lpform .formtable dd input[type="submit"] {
    margin-bottom: 0;
}

#main .lpformtable {
    margin-left: 0 auto 35px;
}

#main .lpformtable input[type="text"], #main .lpformtable input[type="email"], #main .lpformtable input[type="number"], #main .lpformtable input[type="tel"], #main .lpformtable input[type="submit"], #main .lpformtable textarea {
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    outline: none;
    padding: 8px;
    width: 100%;
}

#main .lpformtable input[type="submit"] {
    background: #d70000;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}

.hr_dashed {
    border-color: #666;
    border-style: dashed;
}

.hr_dotted {
    border-color: #666;
    border-style: dotted;
}

.thanksstep {
    clear: both;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 15px;
    overflow: hidden;
}

.thanksstep dd {
    margin-start: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

audio {
    margin: 0 auto;
    max-width: 100%;
    width: 500px;
}
