.backdrop
{  
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:5000;
	display:none;
}


.box
{	
	position:absolute;		
	width:680px;
	height:470px;
	background:#ffffff;
	z-index:5100;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	margin:auto;				
	margin-left:6%;
	margin-top:6%;
	display:none;	
}

.close
{
	position:relative;
	float:right;
	margin-right:6px;
	cursor:pointer;
	display:none;
}