#mw-map-wrapper  {
	position: relative;
	float: left;
	width: 100%;
	min-height: 600px;
}

#mw-map-wrapper #mw-map-canvas {
	float: left;
	width: 100%;
	height: 600px;
}
#mw-map-wrapper #loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.5) url('tt_spinner.gif') no-repeat center center;
	display: none;
	z-index: 999;
}
#loader.show {
	display: block !important;
}
input:disabled, select:disabled {
	background-color: #eee;
}