#gf
{
  background: url('gf_bg.jpg') center top no-repeat;

  width: 406px;
  height: 406px;

  margin: 5px auto 2px auto;
  padding: 3px 0 0 6px;

  overflow: hidden;
}

img.gf_b,
img.gf_w
{
  display: block;

  float: left;

  width: 40px;
  height: 40px;
}

#msg_wrap
{
  background: url('msg_wrap_bg.png') left top repeat;

  float: left;

  width: 400px;
  height: 400px;
 
  position: relative;
  top: -400px;

  overflow: hidden;
}

#smsg_shadow_top,
#smsg_bg_shadow,
#smsg_shadow_bottom
{
  width: 230px;
  margin: 0 auto;
}
#smsg_shadow_top
{
  background: url('smsg_shadow_top.png') center bottom no-repeat;
  height: 5px;
}
#smsg_bg_shadow
{
  background: url('smsg_bg_shadow.png') center top repeat-y;

  padding: 5px;
}
#smsg_shadow_bottom
{
  background: url('smsg_shadow_bottom.png') center top no-repeat;
  height: 6px;
}

#gaug_wrap
{
  margin: 0 auto;
  margin-top: 110px;

  visibility: hidden;
}

#gaug
{
  width: 180px;
  height: 32px;

  background: url('gaug_bg.jpg') center top no-repeat;

  margin: 10px auto;
}

#gaug_prgrs_l,
#gaug_prgrs,
#gaug_prgrs_r
{
  height: 32px;
  float: left;
}

#gaug_prgrs_l
{
  background: url('gaug_prgrs_l.png') right top no-repeat;

  width: 1px;
}
#gaug_prgrs
{
  background: url('gaug_prgrs.png') left top no-repeat;

  width: 0;
}
#gaug_prgrs_r
{
  background: url('gaug_prgrs_r.png') left top no-repeat;

  width: 1px;
}

#msg
{
  width: 320px;
  height: 181px;
  margin: 0 auto;

  position: relative;
  top: -145px;

  visibility: visible;
}

#msg_shadow_top,
#msg_bg_shadow,
#msg_shadow_bottom
{
  width: 312px;
  margin: 0 auto;
}
#msg_shadow_top
{
  background: url('msg_shadow_top.png') center bottom no-repeat;
  height: 5px;
}
#msg_bg_shadow
{
  background: url('msg_bg_shadow.png') center top repeat-y;
  height: 165px;
  padding-top: 5px;

  overflow: hidden;
}
#msg_shadow_bottom
{
  background: url('msg_shadow_bottom.png') center top no-repeat;
  height: 6px;
}

#msg_nojs
{
  visibility: visible;

  height: 160px;
}

#msg_congratulation
{
  visibility: hidden;

  height: 160px;

  position: relative;
  top: -160px;
}

#msg_gameover
{
  visibility: hidden;

  height: 160px;

  position: relative;
  top: -320px;
}

img.msg_img
{
  display: block;
  float: left;
  margin-left: 8px;
  width: 80px;
}

#msg_cont
{
  float: left;
  width: 216px;
}

img.msg_tit
{
  display: block;
  margin: 0 auto;
}

img.ok
{
  cursor: pointer;
}