/*
#body { width: 290px; }

#mapbox {
	border: 2px solid #a9742a;
	position: absolute;
	right: -400px;
	top: 35px;
}

#mapbox, #map {
	height: 350px;
	width:400px;
	z-index: 41;
}
#map .noscript {
	color: #c00;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

#mapbox .corner {
	background: url(../../images/mapcorner.png) no-repeat;
	display: block;
	height: 22px;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 22px;
	z-index: 42;
}

* html #mapbox .corner {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapcorner.png', sizingMethod='image');
}
table.maptable { width: 700px; }
*/

table.maptable .frame { width: 450px; }
table.maptable iframe { border: 2px solid #a9742a; }
table.maptable td { vertical-align: middle; }
