.edealForm  {
        font-size: 12px;
        padding: 10px 0;
        padding-left: 10px;
        background-color: white;
        margin: 0;
/*      border-color: #BD1966;*/
         font-family: arial ,Verdana, sans-serif;
}
.formContainer {
        margin-left: auto;
        margin-right: auto;
        background: white;
}
.edealForm .edealForm-field .edealForm-label label {
    width: 100%;
    border: 1px solid transparent;
    padding: .67861429em 1em;
    margin-top: 0px;
    padding-left: 0;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    font-family: arial ,Verdana, sans-serif;
}

.edealForm .edealForm-field-checkbox .edealForm-input label {
    display: inline-block;
    width: 90%;
    margin-top: 1px;
}

.edealForm .edealForm-action .edealForm-button.edealForm-save {
    background: #d3d3d3;
    border: 1px solid transparent;
    margin-right: 10px
}

.edealForm .edealForm-action .edealForm-button.edealForm-reset {
    background: #d3d3d3;
    border: 1px solid transparent;
    margin-right: 10px
}

.edealForm .edealForm-field .edealForm-label {
    text-align: right;
    font-size: larger;
}

.edealForm .edealForm-action .edealForm-button.edealForm-reset:hover {
    background : #99bd40;
}

.edealForm .edealForm-field-radio .edealForm-input label,
.edealForm .edealForm-field-checkbox .edealForm-input label {
    display: inline-block;
    width: 90%;
    margin-top: 1px;
}

.edealForm .edealForm-field .edealForm-input {
    float: left;
    min-width: 40%;
    font-size: 16px;
}
.edealForm .edealForm-action .edealForm-button.edealForm-save {
    background: #d3d3d3;
    border: 1px solid transparent;
    margin-right: 10px;
}

label {
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}
.edealForm .edealForm-field-radio .edealForm-input label, .edealForm .edealForm-field-checkbox .edealForm-input label {
    display: inline-block;
    width: 90%;
    margin-top: 1px;
    cursor: pointer;
}
