.inputbox {
  border: 1px solid #7f9db9;
  height: 18px;
}
.whatsnew{
  color: #4a7a2a;
}
h2.boxtitle {
  font-weight: bold;
  font-size: 14px;
  display: inline;
  line-height: 1.2;
  color: #444444;
  text-decoration: none;
}
.descbox {
  border: 1px solid green;
  margin: 0px 5px 5px 0px;
  padding: 0px 10px 10px 10px;
/*  float: left; */
/*  background: #ffffee url(../images/boxtitle_bg.gif) repeat-x; */
}
.compchart {
  border: 1px solid gray;
  background-color: white;
}
.compchart th{
  padding: 3px;
  border: 1px solid gray;
  background-color: silver;
}
.compchart td{
  padding: 3px;
  border: 1px solid gray;
}

#txtLoginID {
  font-size:12px;
  padding-left: 1px;
  padding-right: 1px;
  ime-mode:disabled;
}
#txtPWD {
  font-size:12px;
  padding-left: 1px;
  padding-right: 1px;
  ime-mode:disabled;
}
#cmdLogin {
  cursor:pointer;
}
