#page ul li { list-style-type: none; }
#mortgage_calc {
  position: relative;
  width: 168px;
  background: #ccc;
  margin: 0;
  padding: 0 6px;
  border-top: 1px solid #888;
  background: url('/stylesheets/images/icons/calc.gif') 0 0 repeat-y;
}

#show_mortgage_calc {
  display: inline;
}

#mortgage_calc input,
#mortgage_calc select {
  font-size: 11px;
}

#mortgage_calc input {
  text-align: right;
  display: inline;
  width: 5em;
  padding: 1px 3px;
}

#mortgage_calc p {
  text-align: right;
  padding: 2px;
  margin: 0;
  white-space: nowrap;
}

#mortgage_calc .header {
  background: url('/stylesheets/images/icons/calc_header.gif') 0 0 no-repeat;
  margin: 0 -6px;
  padding-top: 8px;
}

#mortgage_calc .footer {
  background: url('/stylesheets/images/icons/calc_footer.gif') 0 100% no-repeat;
  padding-bottom: 8px;
  margin:  0 -6px;
}

#mortgage_calc label {
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}

#mortgage_payment {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#mortgage_calc h4#mortgage_monthly {
  display: block;
  font-weight:normal;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding: 4px 12px 6px;
  margin: 0px 0px 8px;
  text-align: center;
}

#mortgage_rate {
  width: 60px;
}

#mortgage_term {
  width: auto;
}

