#vmap {
	width: 100%;
	max-width:1200px;
	height: 768px;
	margin:0 auto 50px;
}
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFFFCC;
	color: #333;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 5px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #008000;
    padding: 4px;
    color: white;
    width: 28px;
    height: 28px;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    font-size: 22px;
}
.jqvmap-zoomin:hover, .jqvmap-zoomout:hover
{
    color: #000;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
