html, body {
	width:100%;
	height:100%;
}

img {
	border:0;
}

#map_canvas {
	width:100%;
	height:100%;
}

.gps {
	float:left;
	margin:5px 0 5px 5px;
}

.address {
	width:200px;
}

.mailto {
	background-image:url(../assets/mailto.png) !important;
	background-repeat:no-repeat;
	background-image:none;
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin:5px 0 5px 5px;
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../assets/mailto.png', sizingMethod='scale');
}