.date {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #DDDDDD;
  height: 18px;
  cursor: hand;
  vertical-align: middle;
  behavior: url( css/input/behaviors/date.htc );
}

.dateLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  cursor: hand;
  vertical-align: middle;
  behavior: url( css/input/behaviors/date.htc );
}

.email {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #7F9DB9;
  height: 18px;
  vertical-align: middle;
  behavior: url( css/input/behaviors/email.htc );
}

.emailLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  vertical-align: middle;
  behavior: url( css/input/behaviors/email.htc );
}

.month {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #7F9DB9;
  height: 18px;
  cursor: hand;
  vertical-align: middle;
  behavior: url( css/input/behaviors/month.htc );
}

.monthLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  cursor: hand;
  vertical-align: middle;
  behavior: url( css/input/behaviors/month.htc );
}

.int {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #7F9DB9;
  height: 18px;
  text-align: right;
  vertical-align: middle;
  behavior: url( css/input/behaviors/int.htc );
}

.intLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  text-align: right;
  vertical-align: middle;
  behavior: url( css/input/behaviors/int.htc );
}

.float {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #7F9DB9;
  height: 18px;
  text-align: right;
  vertical-align: middle;
  behavior: url( css/input/behaviors/float.htc );
}

.floatLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  text-align: right;
  vertical-align: middle;
  behavior: url( css/input/behaviors/float.htc );
}

.number {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #7F9DB9;
  height: 18px;
  vertical-align: middle;
  behavior: url( css/input/behaviors/number.htc );
}

.numberLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  vertical-align: middle;
  behavior: url( css/input/behaviors/number.htc );
}

.char {
  font: 宋 体;
  font-size: 9pt;
  border: 1px solid #DDDDDD;
  height: 18px;

  vertical-align: middle;
  behavior: url( css/input/behaviors/char.htc );
}

.charLine {
  font: 宋 体;
  font-size: 9pt;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #7F9DB9;
  height: 18px;
  vertical-align: middle;
  behavior: url( css/input/behaviors/char.htc );
}

.btn {
  font: 宋 体;
  font-size: 9pt;
  height: 20px;
  border: black 1px solid;
  cursor: hand;
  background-color: #DDDDDD;
  okImageUrl: url( images/btn_ok.gif );
  cancelImageUrl: url( images/btn_cancel.gif );
  findImageUrl: url( images/btn_find.gif );
  refreshImageUrl: url( images/btn_refresh.gif );
  returnImageUrl: url( images/btn_return.gif );
  finalImageUrl: url( images/btn_final.gif );
  defaultImageUrl: url( images/btn_default.gif );
  behavior: url( css/input/behaviors/button.htc );
}

.select {
  font: 宋 体;
  font-size: 9pt;
  vertical-align: middle;
  behavior: url( css/input/behaviors/char.htc );
}

