.sjfb-form {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.sjfb-form label {
    display: block;
    margin: 2px 0;
}

.sjfb-form .form-fields {
    margin: 10px 0;
}

#form-1 {
    max-width: 350px;
}

.sjfb-form input[type="text"],
.sjfb-form textarea {
    width: 100%;
    max-width: 500px;
}

.sjfb-form textarea {
    max-width: 700px;
}

.sjfb-form input[type="text"],
.sjfb-form textarea,
.sjfb-form select {
    padding: 4px;
}

.sjfb-form textarea {
    min-height: 70px;
}

.sjfb-form label {
    line-height: 1.6em;
}

.sjfb-form .sjfb-field {
    margin-bottom: 20px;
}

.sjfb-form .sjfb-agree label,
.sjfb-form .sjfb-agree input {
    display: inline-block;
    vertical-align: -2px;
}

.sjfb-agree-box {
    line-height: 1.2em;
    display: block;
    font-weight: bold;
    margin: 10px 0 10px 20px;
}

.sjfb-form .required-field > label:after {
    content: " *";
    color: red;
    font-size: 120%;
    font-weight: bold;
}

.sjfb-form .submit {
    font-weight: bold;
    margin: 20px 0 0;
    cursor: pointer;
}

.sjfb-form .choices input {
    margin-right: 5px;
}

.sjfb-form .sjfb-required-descrip {
    margin-top: 15px;
}