.formRow { font-size: 1em; padding: 4px 0 4px 130px; position: relative; margin-bottom: 10px;}
.formRow.noLabel { padding-left: 0; }
.formRow label { position: absolute; left: 0; color: #3D6A92; font-weight: bold; text-align: right; width: 120px; padding-top: 2px; }
.fRequired label:after { color: red; content: ' *'; }
.formRow label.inline { position: static; text-align: left; width: auto; font-weight: normal; padding: 0; }
.formRow .helptext { display: block; color: #999; font-size: 93%; }
.formRow textarea,
.formRow input[type=text],
.formRow select {
    padding: 2px 4px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: inherit;
    font-weight: normal;
    vertical-align: middle;
}
.formRow .button.small {
    line-height: 12px;
    vertical-align: middle;
}
.formRow p,
.formRow pre {
    padding: 2px 4px;
    margin-bottom: 0;
}
.fCheckboxSelectMultipleRow .formField ul {
    position: relative;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
.fCheckboxSelectMultipleRow .formField ul li {
    padding: 2px 0;
}
.fCheckboxSelectMultipleRow .formField label {
    position: static; text-align: left; width: auto; font-weight: normal; padding: 0;
}
.fErrors {
    background: #fdeceb;
    border: 1px solid #eb867c;
}
.formRow .errorlist {
    margin-bottom: 0;
}
fieldset {
    padding: 15px 15px 0;
    border: 1px solid #eee;
    position: relative;
}
fieldset legend {
    position: relative;
    display: block;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px;
}

.stacked .formRow {
    padding: 4px 0;
    line-height: 1.5em;
}
.stacked .formRow label {
    display: block;
    position: relative;
    text-align: left;
    width: auto;
}

.formRow .imageInputPrev {
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    margin: 2px 6px 2px 0;
    vertical-align: middle;
}
