body{
	font: normal 12px "Lucida Grande", "Helvetica", Arial, monospace;
	margin: 0px;
	padding: 0px;
	-webkit-text-adjust: none;
	-webkit-font-smoothing: antialias;
}

.wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.map{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px; /*41px;*/
	background-color: #E9DFBD;
}

.toolbar{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 40px;
	border-top: solid 1px gray;
	background-color: white;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}

.toolbar > .button{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: 40px;
	padding: 0px 10px;
	-webkit-box-flex: 1;
}

.button.position{
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
	-webkit-box-flex: 0;
}

.modalView{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 0px;
	-webkit-transition: height 1s;
	overflow: hidden;
}
.modalView.show{
	height: 100%;
}

.modal{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background-color: white;
}
