.powermail_form h3, .powermail_form .powermail_legend {
    display: none;
}
.powermail_fieldwrap, .powermail_check_legend {
    padding: 1rem 0;
}
.powermail_label {
    width: 205px;
    display: inline-block;
}
.powermail_fieldwrap_type_textarea .powermail_label {
    vertical-align: top;
}
input.powermail_input {
    width: 300px;
}
.powermail_form textarea {
    width: 300px;
    height: 300px;
}
input.powermail_submit {
    width: auto;
}

.powermail_form input[type = "submit"], .powermail_confirmation_submit  {
    width: auto;
    color: #fff;
    border: 1px solid #00518a !important;
    font-family:'Frutiger LT W01_45 Ligh1475730', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    background: #00518a !important;
    cursor: pointer;
    padding: 7px 10px;
    display:block;
}

.powermail_form input[type = "text"], .powermail_form input[type = "email"], .powermail_form input[type = "url"], .powermail_form textarea {
    border:1px solid #000;
    background-color: #fff;
    padding:7px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.powermail_form select {
    border:1px solid #000;
    background-color: #fff;
    padding:7px;
    border-radius: 0;
    width: 300px;
}


.powermail_form input[type = "submit"]:hover,
.powermail_form input[type = "submit"]:focus {
    background-color:#818486;
    border-color:#818486;
}

@media only screen and (max-width: 600px) {
    input.powermail_input, textarea.powermail_input {
        width: 100%;
    }
    .powermail_form textarea {
        height: 300px;
    }
}

.powermail_confirmation h4 {
    font-size: 1.4em !important;
    margin-bottom: 2rem;
}

.powermail_confirmation dl.powermail_all > dt {
    font-weight: bold;
    display: inline-block;
    width: 30%;
    margin-bottom: 1rem;
}

.powermail_confirmation dl.powermail_all > dd {
    display: inline-block;
    width: 60%;
    margin-bottom: 1rem;
}

input[type='submit'].powermail_confirmation_form, .powermail_confirmation_submit {
    margin: 2rem 0;
}

ul.powermail_message_error {
    color: rgb(196, 36, 36);
    font-weight: bold;
}
