h1, .alert_form, .send_form, .sending_button {
    padding-top: 20px;
}

.above_sending_button_text{
    text-align: center;
}

.sending_button {
    text-align: center;
}

h1 {
    font-size: 16.0pt;
    font-weight: 600;
}

hr{
    border-color: dimgrey;
    margin: 20px 0 0 0;
}

label.required:after {
    color: #d80000;
    content: " *";
}

.accept_newletter{
    font-style: italic;
}

.submit_button{
    font-size: 15.0pt;
    font-weight: 600;
}
