#CalculatorsBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
  text-align: justify;
  min-height: 380px;
  _height: 380px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

#CalculatorsBox .calculator{
  margin: 0;
  padding: 0 10px;
}

#CalculatorsBox .calculator h1{
  margin: 30px 0 10px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #30348F;
  background: transparent url(/images/triangles.gif) no-repeat right;
  clear: both;
}
