.Inputfields, .Inputfields .Inputfield, .Inputfields label, .Inputfields input, .Inputfields select, .Inputfields textarea, .Inputfields table {
    font-size: 13px;
    font-family: sans-serif;
    padding: 5px;
}

.Inputfields label {
    font-weight: 700;
    margin-bottom: 3px;
}

.InputfieldRadiosStacked label {
    font-weight: 400;
    margin-bottom: 0;
}

.content .ui-button {
    font-weight: 400;
}

input[type='submit'], button[type='submit'] {
    background: #000;
    color:#fff;
    border:0;
    padding: 10px 20px;
    cursor: pointer;
}



input[type='submit'], button[type='submit'], .button.grey {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px !important;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    border: 0;
    background: #007eb8;
}

.InputfieldStateCollapsed .ui-widget-content {
    display: inherit!important;
}


input[type='submit']:hover, button[type='submit']:hover {
    background: #999;
}

.ui-state-highlight {
    background: green;
    color:#fff;
}

.Inputfield_seminar {
    display: none !important;
}