#map{
	background:url('map.png');
	width:800px;
	height:480px;
	position:absolute;
}

#shareit-box {
	position:absolute;
	display:none;
	
}

#shareit-body {
	width:225px;
	font-size:12px;
	font-family:arial;
}

#shareit-body .top {
	width:225px;
	height:23px;
	background:url('add-top.png') top center no-repeat;
}

#shareit-body .body {
	width:205px;
	background:url('add-body.png') center center repeat-y;
	padding:0px 10px;
}

#shareit-body .bot {
	width:225px;
	height:41px;
	background:url('add-bot.png') bottom center no-repeat;
}



	