#map {
	width: 100%;
	height: 400px;
	margin: 10px;	
}

#overlay {
	background-color:#000;
	left:0;
	opacity:.5;
	filter:alpha(opacity=50);
	position:absolute;
	top:0;
	z-index:1000;
	width:0;
	height:0; }

#modal {
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:1025;
	opacity:1;
	padding: 30px; }
	#modal p.close { text-align:right; }
	#modal p.close a{ }

#debug{clear:both;margin-top: 50px;}


.object-left   { float: left; margin: 0 10px 10px 0;	}
.object-center { margin: 0px auto; text-align: center; }
.object-right  { float: right; margin: 0 0 10px 10px;  }
h1, h2, h3, h4, h5, h6 { clear: both; }
