.mod-newsletter .heading {
    display:none;
}

.mod-newsletter .submit {
    background: url('../img/border-horiz.png') repeat-x 0 top;
    font-family: "lexia",Cambria,Georgia,serif;
    font-weight: 800;
    font-size: 1.143em;
    border-top: 1px dashed #ddd;
    padding: 10px 0 6px;
    margin-top: 5px;
    font-style: italic;
    letter-spacing: -1px;
}

.mod-form-matrix {
    margin: 20px 0 20px 0;
    max-width: 400px;
}

form .field {
    margin-bottom: 15px;
}

input[type="radio"] {
    margin: 5px 10px 5px 0;
}

 input[type="checkbox"] {
    margin: 5px 10px 5px 0;
    vertical-align: middle;
}

input[type="number"] {
    width: auto;
}

.radioButtons-field, .checkboxes-field {
    background: url(../img/border-horiz.png) repeat-x 0 bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

form select.multiSelect {
    height: 5em;
}

form select.multiSelect option {
    margin-bottom: 6px;
}