.debtCalculator table {
	width: 80%;
	border-collapse: collapse;
}

.debtCalculator th {
	text-align: left;
	font-weight: normal;
}

.debtCalculator th,
.debtCalculator td {
	padding: 5px 10px;
}

.debtCalculator  input.text {
	width: 95%;
	display: block;
	line-height: 1.3;
	padding: .25em;
}
.debtCalculator legend {
	font-weight: bold;
}

.debtCalculator fieldset,
.debtCalculator legend {
	border: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.debt_table_link {
	font-size: .85em!important;
	font-weight: normal!important;
	margin: 0!important;
	padding: 0 0 0 10px!important;
}
.debt_row_odd {
	background-color:#eef6f9;
}

.debt_error {
	position: relative; clear: left; padding: 10px; background-color: #fbe1c5; text-align: left; border: 2px solid #f9a961; font-size: 1.1em; margin:10px;
}
.debt_error p {
	margin: 0!important;
	padding: 0!important;
}
.debt_error label {
	color: blue; text-decoration: underline;
}
.debt_error label:hover {
	color: blue; text-decoration: none;
}