/* DO NOT CHANGE THESE LINES */
.soundest-form-loading,
.soundest-form-success,
.soundest-form-error-empty,
.soundest-form-error-invalid,
.soundest-form-error-unexpected {
    display: none;
}
/* YOU CAN CHANGE THESE LINES */
.soundest-form {
    width: 100%;
    max-width: 350px;
}
.soundest-form,
.soundest-form input,
.soundest-form select {
    color: #5c5c5c;
    font-size: 15px;
    font-family: Arial, sans-serif;
}
.soundest-form input,
.soundest-form select {
    width: 100%;
    height: 43px;
    display: block;
    padding: 10px;
    border: 2px solid #dcdcdc;
    background-color: #ffffff;
    outline-width: 0px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.soundest-form input:focus,
.soundest-form select:focus {
    border: 2px solid #b5b5b5;
}
.soundest-form input[type="submit"] {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #a2a2a2;
    background-color: #a2a2a2;
    cursor: pointer;
}
.soundest-form input[type="submit"]:focus {
    border: 2px solid #6a6a6a;
    background-color: #6a6a6a;
}
.soundest-form .soundest-form-attribute-empty,
.soundest-form .soundest-form-attribute-invalid {
    border: 2px solid #f44444;
}
.soundest-form-loading,
.soundest-form-success,
.soundest-form-error-empty,
.soundest-form-error-invalid,
.soundest-form-error-unexpected {
    padding: 15px 0px;
    text-align: center;
}