img{
	border:none;
}
body{
	padding:0;
	margin:0;
}
a{
	outline: none;
}
#map{
	position:absolute;
	top:0;
	left:0;
	width:70%;
	height:100%;
}
#current_window{
	max-width:500px;
}
#sidebar{
	width:28%;
	height:85%;
	font-size:.9em;
}
#update-map, #search input{
	cursor:pointer;
	margin:10px 0;
	text-align:center;
}

#sidebar{
	position:absolute;
	left:71%;
}

#sidebar .item{
	background:#fff;
	margin:4px 0;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.facebook{
	background:url('http://facebook.com/favicon.ico') no-repeat;
}
.content{
	max-height:300px;
	overflow:auto;
	margin:5px 0;
}
.button{
	padding:5px;
}
.legend, .facebook{
	padding-left:22px;
}
.hide{
	display:none;
}
.pointer{
	cursor:pointer;
}