﻿fieldset table.totals {
	width: 100%;
	white-space: nowrap;
}

fieldset table.totals th {
    text-align: left;
    padding: 0.5em 1em;
}

fieldset table.totals tr td {
    padding: 0em 1em;
}

fieldset table.totals tr td label {
    float: left;
    width: 14em;
    margin-left: 0.5em;
    line-height: 1.9em;
}

fieldset table.totals tr td input {
    float: left;
}

fieldset table.totals tr td input.inline {
    float: none;
    margin-left: 0.8em;
    margin-right: 0.5em;
    font-size: 0.8em;
}

fieldset table.totals tfoot tr td {
	padding-top: 1em;
	border-top: solid 1px black;
}

.error {
    background-image: url('/images/regFieldBgError.png');
    background-color: #ff0000;
    color: #fff;
}