body {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	background-color: rgb(128,128,128); /* for IE8 */
	background-color: rgba(128,128,128,1.0);
	background-image: url("TartanGelbMontage.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	
}
.mx-mapcontainer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1030px;
	height: 768px;
	background-color: none;
	border-radius: 4px;
	z-index: 2;
}
.mx-mapbox {
	background-color: #d9d7d8;
	height: 700px;
	padding: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: #d9d7d8;
	border-radius: 4px;
}
.mx-mapcanvas {
	width: 1000px;
	height: 700px;
	box-shadow: 7px 7px 7px rgba(51, 51, 51, 0.4);
}
.mx-buttonbox {
	background-color: #d9d7d8;
	border-width: 0px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 4px;
	margin-top: 3px;
	padding: 5px 0px;
	text-align: center;
}
.mx-buttontext {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, 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=85); /* for IE8 */
	opacity: 0.85;
	z-index: 1;
}
