#stagingCalculator * {
  outline:none;
}
#stagingCalculator {
  border:1px solid #000000;
  width:420px;
  height:250px;
}
#stagingCalculator img {
  border:0px;
}
#stagingCalculator .stagingCalculatorTitle {
  font-size:24px;
  font-weight:normal;
  font-family:Verdana;
  margin:5px 0px 5px 0px;
  padding:0px;
  text-align:center;
}

#stagingCalculator .stagingCalculatorDescription {
  font-weight:normal;
  font-size:11px;
  text-align:left;
  font-family:Verdana;
  margin:0px 10px 5px 10px;
  padding:0px;
}

#stagingCalculator .stagingCalculatorFooterLeft {
  padding:0px 10px 5px 10px;
  font-size:0px;
  line-height:0px;
  width:100px;
}
#stagingCalculator .stagingCalculatorSeparator {
  width:400px;
  margin:0px 0px 5px 10px;
  border:0px;
  border-top:1px solid #000000;
  display:block;
  font-size:0px;
  line-height:0px;
}
#stagingCalculator .stagingCalculatorFooterRight {
  padding:0px 10px 5px 0px;
}
#stagingCalculator .stagingCalculatorFooterRight div {
  font-size:10px;
  font-family:Verdana;
  width:300px;
}
#stagingCalculator .stagingCalculatorFooterRight div a {
  font-size:10px;
  font-family:Verdana;
}