body {background:#1a1819;margin:0px;padding:0px;font-family:Arial, Helvetica, sans-serif;color:#ffffff;font-size:12px}
.inputclass {border:1px #ca0088 solid;background:#000000;width:160px;color:#ffffff}
.selectclass {border:1px #ca0088 solid;background:#000000;width:51px;color:#ffffff}
.text {font-size:12px;}
#gamecontent {background:url(img/game_back.jpg) no-repeat;background-position:bottom}
a {color:#ffffff;text-decoration:none}
a:hover {color:#ca0088;text-decoration:none}
#popup {
  display: none;
  position: fixed;
  width: 350px;
  _position: absolute; /* hack for internet explorer 6 */
  background:#ca0088;
  color:#000000;
  z-index: 20;
  padding: 5px;  /* same as rounding */
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  color:#000000;
  border: 1px solid #cecece;
  z-index: 10;
}

#popup_title {
  font-weight: bold;
  color: #ffffff;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('img/js/close-off.png') no-repeat;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#popup_close:hover {
  background: url('img/js/close.png') no-repeat;
}

#popup_message {
  padding: 8px;
  background: #ffffff;
  /*min-height: 120px;*/
}
.fixpng { behavior: url(iepngfix.htc);margin:0px 0px 00px 0px}
