/* ------ general-----------------------------------------------*/

svg {
    width: 100%;
    height: 100%;
}
/*
.wrapper {
margin:0 auto;
width:800px;
height:600px;
position:relative;
}
*/
#map {
/*
float:left;
clear:both;
 
	width:100%;
	height:100%;
	*/ 
}

.point {
position:absolute;
display:none;
padding:10px 15px;
background:#7BB9F0;
font-size:14px;
font-weight:bold;
-moz-border-radius:8px;
}

.point .close {
display:block;
position:absolute;
top:-10px;
right:-10px;
width:24px;
height:24px;
text-indent:-9999px;
outline:none;
background:url(../img/close.png) no-repeat;
}

.point img {
vertical-align:middle;
margin-right:10px;
}

a img {
border:none;
}

