﻿#mapwrapper {
	max-width:1920px;
	margin:0 auto;
	padding:0px 0;
	background-color:#ffffff;/*
	min-width:280px;
	min-height:187px;*/
	position:relative;
}
#mapwrapper svg{
	height:395px;
	width: 592px;
	display: block;
	margin: 0 auto;
}
#mapwrapper .unselectable {
	-moz-user-select:none;
	-webkit-user-select:none;
}
#tip.tip {
	display:none;
	padding:5px;
	border:1px solid #EBECED;
        font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#edeef0;
	font-weight: bold;
	z-index:1000;
	float:left;
	position:fixed;
	/*gradient color*/
	background:#000;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565')"; /* IE8 */
	background-image: linear-gradient(to bottom, #494949 0%, #656565 100%);/* IE10 */
	background: -moz-linear-gradient(top, #494949,#656565); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#656565));
	word-break:keep-all;
	white-space:nowrap;
}
