#details {
	float: left;
	display: inline;
	width: 800px;
}

#mortgage-information {
	float: left;
	width: 780px;
	height: 130px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0089bb;
	line-height: 23px;;
	padding: 20px 10px 0 10px;
}

#mortgage-information a { color: #0089bb; font-size: 0.8em; }
#mortgage-information a:hover { color: #c00; text-decoration: underline; }

#label {
	float: left;
	width: 150px;
	height: 465px;
	font-size: 11px;
	font-weight: bold;
	color: #0089bb;
	text-align: right;
	padding: 3px 10px 0 0;
	line-height: 57px;
}

#label #error { display: block; width: 200px; font-size: 11px; font-weight: normal; color: #000; text-align: right; margin: 5px 0 0 50px; line-height: 12px; }
#label #error b { color: #c00; }

.error-details { display: block; width: 780px; font-size: 11px; font-weight: normal; color: #000; text-align: center; margin: 5px 0 0 50px; line-height: 12px; }
.error-details b { color: #c00; }

#quick-form {
	float: left;
	width: 200px;
	height: 450px;
  background:  url(../images/calculator-form.png) 0 20px no-repeat;;
}

#form {
	float: left;
	width: 200px;
	height: 465px;
  background:  url(../images/loan-calculator-form.png) 0 20px no-repeat;;
}

#input-fields #price { float: right; padding: 0; margin: 25px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }
#input-fields #percentage { float: right; padding: 0; margin: 21px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }
#input-fields #interest { float: right; padding: 0; margin: 21px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }
#input-fields #length { float: right; padding: 0; margin: 21px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }
#input-fields #value { float: right; padding: 0; margin: 21px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }
#input-fields #tax { float: right; padding: 0; margin: 21px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }
#input-fields #condo { float: right; padding: 0; margin: 21px 65px 20px 5px; border: 0; width: 130px; background: none; text-align: right; }

#loan-calculator button {
	  background: url(../images/calculate.png) 0 0 no-repeat;
	  height: 27px;
	  width: 100px;
	  margin: 5px 0 0 0;
	  float: right;
	  cursor: pointer;
}

#loan-calculator button:hover {background-position: 0 -27px;}

#form-description {
	float: left;
	width: 200px;
	height: 430px;
	padding: 8px 10px 0 10px;
	text-align: justify;
}

#form-description a { color: #0089bb; font-weight: bold; }
#form-description a:hover { color: #c00; text-decoration: none; }
#form-description h3 { color: #c00; font-size: 24px; font-weight: bold; text-align: center; }
#form-description h4 { color: #333; font-size: 11px; font-weight: bold; text-align: center; }
#form-description h5 { color: #0089bb; font-size: 11px; font-weight: bold; text-align: center; }
#form-description h5 a:hover { color: #c00; font-size: 11px; font-weight: bold; text-align: center; }

#info {
	float: left;
	width: 200px;
	height: 465px;
	padding: 8px 10px 0 10px;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
}

#info a { color: #0089bb; font-weight: bold; }
#info a:hover { color: #c00; text-decoration: underline; }
#info h3 { color: #c00; font-size: 24px; font-weight: bold; text-align: center; }
#info h4 { color: #333; font-size: 11px; font-weight: bold; text-align: center; }
#info h5 { color: #0089bb; font-size: 11px; font-weight: bold; text-align: center; }
#info h5 a:hover { color: #c00; font-size: 11px; font-weight: bold; text-align: center; }

#explanation {
	float: left;
	width: 780px;
	padding: 20px 10px 0 10px;
	text-align: justify;
  clear: both;
}

#explanation .calculation a { color: #0089bb; }
#explanation .calculation a:hover { color: #c00; text-decoration: underline; }

.calculation { font-size: 11px;}

#adsense-details {
	float: left;
	width: 120px;
	height: 600px;
}

#amortization {
	float: left;
	width: 920px;
	clear: both;
}

#adsense-amortization {
	display: inline;
	float: left;
	width: 120px;
	height: 600px;
}

#amortization-details {
	display: inline;
	float: left;
	width: 660px;
	padding: 20px 10px 0 10px;
}

#amortization-table td {
    border-left-style: hidden;
    border-top-style: hidden;
    border-right-style: hidden;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    border-width: 1px;
    padding: 0px 25px 0px 0px;
}

.toprow {
    font-weight: bold;
    text-align: right;
    background: url(../images/sitemap.png);
}

.data {
    font-weight: bold;
    text-align: right;
    padding-right: 25px;
}

.blue { color: #0089bb; }
.year-summary { text-align: left; font-weight: normal; font-size: 11px; line-height: 35px; }
.year-summary b { color: #0089bb; }
.year-summary strong { color: #c00; }