#map_info
{
	border: 2px solid #522f91;
	background-color: white;
	width: 476px;
	height: 217px;
	position: absolute;
	visibility: hidden;
	z-index: 105;
	top: 380px;
	left: 177px;
}

#map_info_logo
{
	width: 149px;
	float: left;
	padding: 10px;
	background-color: #fff;
}
#map_info_adres
{
	width: 291px;
	height: 197px;
	padding-top: 20px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #fff;
}
#map_info_close
{
	right: 5px;
	top: 5px;
	position: absolute;
}

#map_info_close img
{
	cursor: pointer;
}

.werkbalkModule
{
	padding: 10px;
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
}

#postalcode
{
	width: 83px;
	height: 21px;
	padding: 0px;
	border: 1px solid #8a8a8a;
	float: left;
}

#postzoek
{
	margin-left: 5px;
}

#mapHolder
{
	position: relative;
}

#mapWerkbalk
{
	width: 197px;
	height: 545px;
	height: 600px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	float:left;
	background-image: url(img/map_werkbalkbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

#map_canvas
{
	float: left;
	border: 1px solid #d6d6d6;
	border-left: none;
	width: 620px; 
	height: 544px;
	height: 599px;
}

#mapTabblad
{
	padding: 0px;
	margin: 0px;
	height: 28px;
}

#legenda
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#mapStep2
{
	visibility: hidden;
}

.button
{
	cursor: pointer;
}

#map_info_adres a:link, #map_info_adres a:visited, #map_info_adres a:active 
{
	color: #d31145;		
}

#reset
{
	margin-left: 10px;

