div#dialog_box_overlay { 
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	background: #000;
}

#dialog_box {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 201;
	text-align: left;
}

#dialog_box_popup { 
	position: relative;
}

/*#dialog_box_top, #dialog_box_bottom {
	width: 401px;
	height: 8px;
	font-size: 4px;
	margin: 0 auto;
	background: white url(/images/dialog_box/top_bg.png);
}

#dialog_box_bottom { background: white url(/images/dialog_box/bottom_bg.png); }*/

* html body #dialog_box_top {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/dialog_box/top_bg.png');
}

#dialog_box_body {
	padding: 1px 10px;
	background: #fff;
	width: 721px;
	margin: 0 auto;
}

#dialog_box_loading {
	text-align: center;
}

#dialog_box .image {
	text-align: center;
}

#dialog_box img {
	border: 0;
}

#dialog_box_footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

* html body div#dialog_box_footer { margin-top: 5px; }