div.map_canvas {
	min-height: 520px;
	width: 80%;
	min-width: 520px;
	float: right;
	border: 2px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-color: #CCC #E7E7E7 white #E7E7E7;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
div.switch_complaint_map, div.switch_complaint_list {
	position: relative;
	top: -20px;
	left: 40%;
	cursor: pointer;
	height: 20px;
}
div.switch_complaint_map span, div.switch_complaint_list span {
	float:right;
}
div.switch_complaint_map {
	background:url("images/map.gif") top left no-repeat;
	width:110px;
}
div.switch_complaint_list {
	background:url("images/list.png") top left no-repeat;
	width:65px;
}
.map_container {
	border: 1px solid;
	padding: 4px;
	margin-bottom: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #CCC #E7E7E7 white #E7E7E7;
	background-image: url(images/paper_02.png);
	margin-top: 76px;
	display: none;
	max-width: 1090px;
}
.map_menu {
	min-height: 520px;
	width: 18%;
	float: left;
}
.map_menu .menu_options {
	width:185px;
}

.map_menu ul {
	list-style:none;
}
div.YMaps-b-balloon-content {
	width: 300px !important;
	text-align: left;
	padding: 5px;
}
table.YMaps-b-balloon-frame {
	background: none !important;
	margin-bottom: 0;
}
div.olMapViewport {
	min-width: 400px !important;
	min-height: 550px !important;
}
.map_container .map_switch {
	float: left;
	position: relative;
	width: 100%;
}
div.map_switch .map_options {
	margin-top: 2px;
	margin-left: 11px;
}
div.map_switch label {
	position:relative;
	width:auto;
	margin:0;
	padding:0;
	display:inline-block;
	float:none;
	top:0px;
	font-size:11px;
	line-height:1.5;
	-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
}
div.map_switch div.radio {
	display:inline-block;
	margin:0;
	line-height:1;
	float:none;
}
div.map_switch div.radio span{
	display:inline-block;
	height:22px;
	width:22px;
	float:none;
}
