div.content_blk p {
  line-height:14px;
  padding:10px 0;margin:0;
}
div.content_blk ul {
  margin:0;
  padding:0 0 0 20px;
}

table.calculator input,
table.calculator select,
table.calculator textarea {
  font-family: tahoma;
  font-size: 11px;
  width: 170px;
  padding:0px;
  margin:0px;
  height:18px;
}
table.calculator label {
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
  line-height:20px;
}
table.calculator h1 {
  font-size: 14px;
  padding: 5px;
  color: #333;
  background: #AAFFAA;
}
table.calculator .checklist input {
  width: 20px;
}
table.calculator div.submit {
  padding:20px 0 0 0;
  text-align:center;
}
table.calculator div.recalc input,
table.calculator div.submit input {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width:auto;height:auto;
}

/* ---------------------------------------------------------- */
div#answer_block {
  padding:0px 20px 20px 20px;
}
div#answer_block input {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width:auto;height:auto;
}
div#answer_block p {
  font-size: 12px;
  font-weight:bold;
}
div#answer_block p b {
  color:#FF0000;
  text-decoration:underline;
}

/* ---------------------------------------------------------- */
div#calculator_block {
}
div#calculator_block a.alert_msg,
div#calculator_block a.alert_msg:visited {
  background:#efefef;
  color:#333;
  padding:4px;
  text-align:center;
  font-size:16px;
  display:block;
}
div#calculator_block a.alert_msg:hover {
  background:#dfdfdf;
  color:#111;
}

/* ---------------------------------------------------------- */
div.calculator {
}
div.calculator div.main_pad {
}
div.calculator div.col_1 {
  float:left;
  width:280px;
  margin:0 15px 0 0;
}
div.calculator div.col_2 {
  float:left;
  width:280px;
}
div.calculator h2 {
  font-size:14px;
  margin:0px;
  padding:15px 0 5px 0;
}
div.calculator table.data {
  border:1px solid #999;
  border-right:0px;
  border-bottom:0px;
}
div.calculator table.data tr th {
  font-size:9px;
  padding:5px;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  background:#efefef;
  width:180px;
  text-align:left;
}
div.calculator table.data tr td {
  font-size:9px;
  padding:5px;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
  text-align:right;
  width: 90px;
}
div.calculator table.data tr td span {
  font-size:9px;
}
div.calculator table.data th.mt,
div.calculator table.data tr.mt th {
  background:#ccccff;
}
div.calculator table.data tr.mt td {
  font-weight:bold;
}

div#ajax_msg {
  padding:40px 0 10px 0;
  text-align:center;
  background:url(loading.gif) top center no-repeat;
}
