.greyout {
	position:fixed; 
	left:0px; 
	top:0px; 
	width:0px;
	height:0px;
	background-color:#ddd;
	z-index:100;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	visibility:hidden;
}
.greyout_show {
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%;
	height:100%;
	background-color:#ddd;
	z-index:100;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	visibility:visible;
}
.dialog {
	position:fixed;
	width:0px;
	height:0px;
	z-index:101;
	visibility:hidden;
}
.dialog_show {
	position:fixed;
	width:100%;
	height:100%;
	z-index:101;
	visibility:visible;
	text-align:left;
}
.dialog_show .container {
	background-color:#ddd;
	border: 10px solid #666 ;
	width: 400px;
	position:fixed;
}
.dialog_show .top {
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	background-color:#ddd;
	
}
.dialog_show .middle {
	color:#575757;
	padding:5px 5px 5px 5px;
}
.dialog_show .bottom {
	background-color:#fff;
	color:#666;
	padding:6px 10px 6px 10px;
	border-top: 1px solid #999999;
}
.dialog_show .pad5 {
	padding:5px;
}
.dialog_show .button_outer {
	border:1px outset #000;
	background-color:#fff;
	padding:2px 4px;
}
.dialog_show .button_inner {
	cursor:default;
}
.dialog_show .nolink { 
	color: #000000;
	text-decoration: none;
}
.dialog_show .imageDialogTable {
	background-color:#ddd;
	border:10px solid #CCCCCC;
	margin:0 auto;
	margin-top:5%;
	padding:0;
}
