.IMEMain {
  width: 522px;
  /*height: 130px;*/
  border: 2px outset white;
  background-color: rgb(192, 192, 192);
  margin: 0px;
  padding: 0px;
  line-height: 0;
}

.IMEMain tr, .IMEMain td {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

.BtnArea {
  width: 51px;
}

.BtnMode {
  margin: 0px;
  padding: 0px;
  cursor: hand;
  display: none;
}

.BtnMain {
  width: 24px;
  height: 24px;
  background-color: rgb(192, 192, 192);
  margin: 0px;
  color: rgb(128, 0, 0);
}

.Btn1 {
  font-size: 18px;
}

.Btn2 {
  font-size: 16px;
}

html>body .Btn1, .Btn2 {
  font-size: 14px;
}

.Wnd {
  border: 1px solid;
  
  border-top-color: rgb(128, 128, 128);
  border-left-color: rgb(128, 128, 128);
  border-right-color: white;
  border-bottom-color: white;
  
  background-color: rgb(192, 192, 192);
  
  /*font-weight: bold;*/
  cursor: default;

  font-family: 新細明體, PMingLiU;
}

.CompWndArea {
  width:90px;
}

.CompWnd {
  margin: 0px;
  padding: 2px 3px 0px 3px;
  width: 80px;
  height: 22px;
  font-size: 15px;
  color: black;
  line-height: 1.3em;
}

.CandWndArea {
  width:245px;
}

.CandWnd {
  margin: 0px;
  padding: 0px 4px;
  width: 235px;
  height: 22px;
  font-size: 15px;
  color: rgb(128, 0, 128);
  line-height: 1.4em;
}

.HintArea {
  width: 70px;
}

.BtnArrow {
  cursor: hand;
  display: none;
}

#txt {
  padding: 3px;
  font-size: 16px;
  font-family: 新細明體;
  /*font-family: Fixedsys, 新細明體;*/
}

#HintPic {
  display: none;
}

#loadingDiv {
  display:none;
  position:fixed;
  
  top:45%;
  left:42%;
  
  background-color:#FF2525;
  
  font-size: 70%;
  color:white;
  
  line-height:2em;
  text-align:center;
  white-space:nowrap;
  
  padding:0.3em 1em;
}