body  #mat {
	background-color:#000000;
	filter: alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .60;
	-khtml-opacity: 0.6;
	opacity: 0.60;
	height:100%;
	overflow:hidden;
	width:100%;
	z-index:3;
	position:fixed;
	top: 0px;
	left: 0px;
}
body  #dlpopup {
	overflow:hidden;
	width:100%;
	z-index:4;
	position:absolute;
	top: 0px;
	left: 0px;
}
body    #realpopup {
	overflow:auto;
	width:600px;
	z-index:5;
	margin: 0 auto;
	_margin-top: 140px;
	background-color: #880000;
}

.img_preview { 

	display: none;
	BORDER: 1px solid #888888;
}