body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(173,197,229); /* for IE8 */
	background-color: rgba(173,197,229,1.0);
}
.mx-mapcontainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 826px;
	height: 661px;
	background-color: #6d85a5;
	border-radius: 7px;
	z-index: 2;
}
.mx-mapbox {
	background-color: #6d85a5;
	height: 600px;
	padding: 6px;
	border-width: 7px;
	border-style: solid;
	border-color: #6d85a5;
	border-radius: 7px;
}
.mx-mapcanvas {
	width: 800px;
	height: 600px;
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
}
.mx-buttonbox {
	background-color: #6d85a5;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-radius: 7px;
	margin-top: 0px;
	padding: 5px 0px;
	text-align: center;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 5px 0px;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
}
.mx-mapdim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	filter: alpha(opacity=70); /* for IE8 */
	opacity: 0.7;
	z-index: 1;
}
