﻿/* General Settings */

body.chinesetraining {
  margin: 0px 0px 0px 0px;
  font-family: SimSun, SimHei, "宋体", Arial;
}
table {
  font-family:  SimSun, SimHei, "宋体", Arial;
}

/* Form Input Settings */
input.btn {
  font-family: SimSun, SimHei, "宋体", Arial;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  color:#000000;
  background-color: #FEE415;
  border: 1px solid #C2A325;
  padding: 2px;
  background-image: url(../../images/common/chinese_training_but.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
input.btnhov {
  font-family: SimSun, SimHei, "宋体", Arial;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  color:#3671B3;
  background-color: #FEE415;
  border: 1px solid #C2A325;
  padding: 2px;
  background-image: url(../../images/common/chinese_training_but.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
