

/* Centered content */
#content3
{
	position: absolute;
	
	top: 12px;
	left: 50%;
	right: auto;
	
	width: 770px;
	margin-left: -385px;
	
	padding: 12px;
	
	border: 2px solid #DD0000;
	border-top: 32px solid #DD0000;
}



#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background: url(images/overlay1.gif);
	
	/* 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;
}

#dialogue #close
{
	position: absolute;
	right: 5px;
	top: 0px;
}

#dialogue #close a
{
	color: #DD0000;
	text-decoration: none;
}

#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 100px;
	
	height: 200px;
	width: 350px;
	padding: 20px;

	border: 2px solid #CC0000;
	background-color: #FFFFFF;
	
	z-index: 2000;
}

