﻿#no_flash_mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#no_flash_box .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
}

#no_flash_box #no_flash_dialog{
  width:839px;
  height:475px;
  background-color:#ffffff;
}
#no_flash_close_div
{
	position:relative;
}
#no_flash_close
{
	position: absolute;
	top:6px;
	right:11px;
	font-family:Verdana,Sans-serif;
	font-weight:bold;
	font-size:medium;
	cursor: hand;
	cursor: pointer;
}