#flash_object
{
	position:absolute;
	left:50%;
	margin-left: -375px;
	top:50%;
	margin-top: -255px;
	width:100px;
	height:510px;
	background: #000;
	display: none;
	z-index: 10000;
}

#flash_background
{
	position:absolute;
	left:0px; 
	top:0px;
	height: 100%;
	width:100%;
	background: #000;		
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	display: none;
	z-index: 9900;
	cursor: pointer;
}

.close_tab
{ 
	position:absolute;
	left:730px;
	top:-28px;
	z-index: 10200;
	display: block;
	width: 50px;
	height: 20px;
	color: #FFF;
	font-size: 1.6em;
	cursor: pointer;
	font-weight: bolder;
}
	
