
#layer_dialog {
	display:block;
	position:absolute;
/*	position:fixed; */
	width:100%;
	height:5000px;
	left:0px;
	top:0px;
	background:#000000;
	filter:alpha(opacity=90);
	opacity:0.9;
}

#dialog_container {
	display:block;
	position:absolute;
/*	position:fixed; */
	width:80%;
	height:200px;
	text-align:center;
	margin: 0 auto;
	background:#ffffff;
/* 	overflow:auto; */
}

p.dialog_container_header {
	font-size:120%;
	height:30px;
	padding-top:10px;
	font-weight:bold;
	text-align:center;
}

