#mapmemberorganisations {
	border: 2px solid #333; 
	width:600px; 
	height: 418px;
	position: absolute; 
	top:300px; /*top: 50%; */
	left: 50%;
	margin-left: -300px;
	margin-right: auto;
	margin-top: -209px;
	z-index: 2;
	visibility : hidden;
}

#mapheader {
	padding-left: 4px;
	padding-right: 4px;
	width: 592px; 
	height: 16px; 
	background: #7C736C; 
	border-bottom: 2px solid #333;
	color: #fff; 
	text-align: center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
}

#mapheader a {
	color: #fff; 
}


#map {
	width: 600px; 
	height: 400px;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
}

.org { font-size: 11px; font-weight: bold; width:200px;  }