body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(96,131,153); /* for IE8 */
	background-color: rgba(96,131,153,1.0);
}
.mx-mapcontainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 804px;
	height: 641px;
	background-color: none;
	border-radius: 5px;
	z-index: 2;
}
.mx-mapbox {
	background-color: #ffffbe;
	height: 600px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 5px;
}
.mx-mapcanvas {
	width: 800px;
	height: 600px;
	box-shadow: 0px 0px 0px rgba(51, 51, 51, 0.4);
	border-radius: 5px;
}
.mx-buttonbox {
	background-color: #ffffbe;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 5px 0px;
	text-align: center;
}
.mx-buttontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px 2px 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=80); /* for IE8 */
	opacity: 0.8;
	z-index: 1;
}
