.clCalculator {
  background: #dae5f4;
  border: 1px solid #b0c6e6;
  margin-top: 15px;
  padding: 0 14px;
  width: 650px;
}

.clCalculator co {
  color: #2F3E78;
}

.question_wrap td {
  border-bottom: 1px dotted #96b2dc;
  padding: 14px 0;
}

.question_wrap td.inputSal {
  padding-bottom: 0;
  width: 215px;
}

.question_wrap td h5 {
  padding-right: 35px;
  text-transform: none !important;
}

.erMsg {
  display: inline-block;
  padding-left: 8px;
}

.question_wrap ins {
  background: url("/images/YMCA/numberBg.png") no-repeat;
  color: #fff;
  display: block;
  font: 32px "MyriadProCondRegular", Arial, sans-serif;
  height: 42px;
  margin-right: 15px;
  padding-top: 7px;
  text-align: center;
  text-decoration: none;
  width: 49px;
}

.question_wrap h5,
.clResults li strong {
  color: #000 !important;
  font: bold 15px arial !important;
}

.question_wrap p {
  margin-bottom: 0;
}

.question_wrap label {
  display: inline-block;
  width: 40px;
}

.calcButton {
  padding: 20px 0 25px 4px;
}

.clResults {
  padding: 15px 0 0;
  width: 678px;
}

.clResults h5 {
  color: #000 !important;
  font: 24px Arial, sans-serif;
  margin-bottom: 14px;
  padding-left: 15px;
}

.clResults ul {
  border-top: 1px dotted #96B2DC;
  list-style: none;
  margin: 0;
}

.clResults li {
  border-bottom: 1px dotted #96B2DC;
  padding: 14px 16px;
}

.clResults li label {
  float: left;
  width: 550px;
}

.clResults .calcButton {
  padding-left: 18px;
}

.calcDropdown {
  *margin-top: -30px;
  *position: absolute;
}

.question_wrap input[type="text"] {
  background: #fbfbfb url('/images/YMCA/textBg.gif') no-repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
