#dropinwindow {
	background-color: #000000;
	-moz-opacity: 0.70;
	opacity: 0.70;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
#dropinwindow-contents {
	background-color: #FFFFFF;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	display: none;
	/*border: 1px solid gray;*/
	top: 20px;
	left: 0;
	z-index: 100;
	width: 460px;
	height: 480px;
	text-align: center;
}
#map {
	width: 400px;
	height: 400px;
}
