.checkAns {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 230px;
  height: 43px;
}

.checkAns2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 125px;
  height: 28px;
}

#checkAnsMark2 {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/checkanswer_icon.png") no-repeat;
  background-size: 100% 100%;
}

.chkTxt1 {
  position: absolute;
  top: 5px;
  left: 45px;
  width: 180px;
  font-size: 1.5em;
}

#checkAnsMark1 {
  position: absolute;
  top: 0;
  width: 34px;
  height: 34px;
  background: url("../images/checkanswerGwd.png") no-repeat;
  background-size: 100% 100%;
}

.chkTxt2 {
  position: absolute;
  top: 2px;
  left: 25px;
  width: 110px;
  font-size: 1em;
}

#scrContent1 {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 220px;
  height: 34px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

#scrContent2 {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 115px;
  height: 17px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

