#mulchcalc {
  margin: 16px auto;
  width: 479px;
}

#mulchcalc_top { height: 29px; }
#mulchcalc_top div { float: left; height: 29px; }
#mulchcalc_header { width: 217px; background-image: url(../images/mulchcalc_header.gif); }

#tabrecton{
  width: 131px;
  background-image: url(../images/mulchcalc_recton.gif);
  cursor: default;
}

#tabcircoff {
  width: 131px;
  background-image: url(../images/mulchcalc_circoff.gif);
  cursor: pointer;
}

#tabrectoff {
  display: none;
  width: 131px;
  background-image: url(../images/mulchcalc_rectoff.gif);
  cursor: pointer;
}

#tabcircon {
  display: none;
  width: 131px;
  background-image: url(../images/mulchcalc_circon.gif);
  cursor: default;
}

#mulchcalc_mid {
  clear: both;
  background-color: #bcbcbc;
  width: 445px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #dddddd;
  padding: 9px 16px;
}

#mulchcalc_rect3d {
  float: left;
  height: 82px;
  width: 116px;
  border: 0;
}

#mulchcalc_circ3d {
  display: none;
  float: left;
  height: 82px;
  width: 116px;
  border: 0;
}

#mulchcalc_dimensions {
  float: right;
  text-align: right;
  font: 16px arial;
  color: #FFF;
}

#mulchcalc_dimensions div {
  margin-bottom: 4px;
}

#mulchcalc_dimensions input {
  background-color: #EEE;
  border: solid 1px #919191;
  padding: 2px;
}

#divdiameter { display: none; }

#mulchcalc_buttons {
  clear: both;
  width: 100%;
  padding: 2px 0px 0px 4px;
  text-align: right;
}

#divresult {
  clear: both;
  width: 100%;
  font: 14px arial;
  color: #000;
}

#mulchcalc_midfoot {
  clear: both;
  height: 4px;
  width: 479px;
  background-image: url(../images/mulchcalc_bg01.gif);
}

#divsolution {
  width: 447px;
  padding: 9px 16px;
  background-image: url(../images/mulchcalc_bg02.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #dcdcdc;
  font: 14px arial;
  color: #9b171a;
}

#mulchcalc_bot {
  clear: both;
  height: 4px;
  width: 479px;
  background-image: url(../images/mulchcalc_bg03.gif);
}