/**
 * @file
 * CSS for the Benchmark Calculator
 */

#benchmarkcalculator {
  display: block;
  width: 214px;
  height: 247px;
  background-image: url("http://www.inc.com/inc5000/2009/php/benchmarkcalculator/images/calculatorbackground.jpg");
  background-repeat: no-repeat;
  text-align: center;
  padding-top:37px;
}

#benchmarkcalculator input {
  width: 185px;
  font-size:12px;
}

#benchmarkcalculator .example {
  color: #888;
}

#benchmarkcalculator #revenue {
  margin-top: 10px;
}

#benchmarkcalculator .buttons {
  margin-top:13px;
  padding-left: 17px;
}
#benchmarkcalculator .button {
  display: block;
  height: 25px;
  width: 46px;
  float:left;
  padding: 0px 0px 4px 0px;
  text-indent: -99999999px;
  margin:0px;
}

#benchmarkcalculator .where {
  width: 138px;
}
#benchmarkcalculator h2 {
  display: none;
}
