@charset "utf-8";
#overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: .65;
	filter: alpha(opacity=65);
	z-index: 10000;
}

#overlay_content
{
	width: 800px;
	height: 500px;
	left: 50%;
	margin-left: -400px;
	margin-top: 180px;
	position: absolute;
	z-index: 10001;
}
#exit
{
	width: 800px;
	height: 20px;
	left: 50%;
	margin-left: -400px;
	margin-top: 160px;
	position: absolute;
	z-index: 10001;
	text-align: right;
	color: #FFF;
}

#plaats, #adres
{
	border: none;
}
#adres
{
	margin-left: 5px;
}

