html, body, form {
	margin: 0;
	padding: 0;
}

#mainDiv {
	position: relative;
	width: 100px;
	height: 100px;
	min-width: 150px;
	min-height: 150px;
	max-width: 400px;
	max-height: 400px;
	margin: auto;
	padding: 0;
	border: none;
}

#controlDiv {
	position: absolute;
	background-color: #8f8f8f;
	border: 1px solid gray;
	padding: 5px;
	min-height: 20px;
	height: auto;
	width: auto;
	z-index: 5000;
	overflow: auto;
}

#controlExpandoDiv a:link { color: #fff; font-weight: bold; }
#controlExpandoDiv a:visited { color: #fff; }

#mapDiv {
	position: absolute;
	background-color: #ffcccc;
}
#MapButtonForm {
	font-size: small;
}
#MapButtonForm input {
	font-size: small;
}
.olLayerGoogleCopyright {
	display: none;
}
.olLayerGooglePoweredBy {
	display: none;
}
