#map {
	position: relative;
	width: 668;
	height: 514px;
	overflow: hidden;
	margin-left: 15px;
}
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}

#map a.bullet {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	text-decoration: none;
	opacity: 1;
	z-index: 2;
	background-image: url(/img/campaign-map-defaultpin.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#map img.zoomable {
width:1px;
height:1px;}

#map div.popup{
	display: none;
	position: absolute;
	width: 300px;
	top: 0px;
	left: 175px;
	z-index: 3;
	padding: 10px;
	border: 1px solid #B5CB8B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	background-image: url(/img/background_smallbox.jpg);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.25);
    box-shadow: 0 1px 10px rgba(0,0,0,.25); 
}
#map div.popup a.close{
	display: block;
	position: absolute;
	right: 0;
	background-image: url(/img/campaign-map-close.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 5px;
	padding-right: 20px;
	color: #666666;
	text-decoration: none;
	bottom: 0px;
	margin-right: 10px;
	font-size: 10px;
	margin-bottom: 10px;
}
#map div.popup a.close:hover {
	display: block;
	position: absolute;
	right: 0;
	background-image: url(/img/campaign-map-close-hover.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 5px;
	padding-right: 20px;
	color: #FF9900;
	text-decoration: none;
	bottom: 0px;
	margin-right: 10px;
	font-size: 10px;
	margin-bottom: 10px;
}
#map div.popup h3 {
text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF;
}
#map div.popupcontent img {
padding: 5px;
background-color:#fff;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.25);
-moz-box-shadow: 0 1px 10px rgba(0,0,0,.25);
box-shadow: 0 1px 10px rgba(0,0,0,.25); }
#map div.popupcontent p {
	margin-left:0;
	margin-right:0;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	}
