#jmsgB3 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #fff;
  padding: 20px;
  min-height: 70px;
  max-width: 300px;
  z-index: 9999;
  color: #333;
  display: none;
  border: 1px solid #ccc;
}
#jmsgB3 h3 {
  margin: 0;
}
#jmsgB3X {
  position: absolute;
  top: 0px;
  right: 4px;
  cursor: pointer;
  line-height: 12px;
}
#jmsgB3.load {
  background: #fff url('../img/load.gif') no-repeat 10px center;
  padding-left: 64px;
}
.load #jmsgB3X {
  display: none !important;
}
