div.dialog   {
visibility: hidden;
	padding: 0;
	position: absolute;
	z-index: 20
	}



div.dialog div.dialogbox  {
margin: 0 auto;
position: relative;
top: -0.3em;
left: -0.3em;
z-index: 10;
border: solid 0.1em #5a5a5a;
}

div.dialog div.header {
background-color: #f0731e;
height: 2.5em;
}
	
div.dialog div.header a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0.5em;
	margin-right: 2em;
	float: right;
	}

div.dialog div.header a:hover {
	color: #000;
	text-decoration: underline;
	}

div.dialog div.page  {
background: white;
text-align: left;
padding: 1.5em 2em 3em;
}

div.dialog div.pagetitle {
	font-size: 2.4em;
	font-family: arial, helvetica, san-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-right: 0.1em;
	padding-bottom: 0.08em;
	padding-left: 0.1em;
	border-bottom: 0.05em solid #5a5a5a;
	}
	
div.dialog	div.shadow  {
background-color: #999;
position: relative;
top: 0.3em;
left: 0.3em;
z-index: 9;
margin: 0 auto;
}
