body {
  margin: 0;
  padding: 0;
}
div#chat_mustlogin {
  visibility: hidden;
  position: absolute;
  left: -325px;
  top: 0px;
  width: 708px;
  height: 240px;
  margin: auto;
  padding: 0px;
  text-align: center;
  z-index: 25;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
  color: #000000;
  border: 1px dotted green;
}
div#video_mustlogin {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 240px;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
  margin: 0px;
  padding: 0px;
  text-align: center;
  z-index: 25;
  color: #000000;
}
div#chat_mustlogin td {
  font-family: "Times New Roman",sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}
div#chat_mustlogin a {
 	text-decoration: underline;
}
div#video_container {
  position: relative;
  width: 320px;
  height: 240px;
  padding: 0px;
  margin: 0px;
}
div#chat_startbox {
  visibility: visible;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 360px;
  height: 210px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  z-index: 10;
}
div#chat_container {
  position: relative;
  width: 380px;
  height: 240px;
}
div#chat_textbox {
  position: absolute;
  text-align: left;
  top: 1px;
  left: 1px;
  width: 380px;
  height: 215px;
  overflow: auto;
  z-index: 5;
  color: #000000;
  border: solid #000000 1px;
}
div#chat_inputbox {
  position: absolute;
  visibility: hidden;
  top: 218px;
  left: 0px;
  width: 380px;
  height: 25px;
  font-family: "Times New Roman",sans-serif;
  font-size: 12px;
}
div#chat_inputbox input[type=text] {
  padding: 0;
  margin: 0;
}
div#chat_inputbox input[type=button] {
  width: 50px;
  margin: 0;
  padding: 0;
}
.theg {
  font-family: "Times New Roman",sans-serif;
  font-weight: bold;
}
.thed {
  font-family: "Times New Roman",sans-serif;
}
.sysmes {
  font-family: "Times New Roman",sans-serif;
  font-weight: bold;
}
.smallform {
  margin: 0;
  padding: 0;
}