#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 1600px;
	
	background-color: #000;
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}

#close
{
	position: absolute;
	right: 5px;
	top: 2px;
}

#close2
{
	position: absolute;
	right: 5px;
	bottom: 2px;
}

#dialogue-block
{
	position: absolute;
	
	top: 5px;
	
	width: 640px;
	height: 480px;
	padding: 0px;
	
	border: 0px solid #FFF;
	background-color: #FFF;
	
	z-index: 2000;
	
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

#dialogue-block td {
	padding-bottom: 5px;
}

