.newLocation {
	font-size: 10px;
	float: right;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0px;
}

#findLocation {
	color: #0066CC;
}

#newLocation {
	position: absolute;
	top: 220px; right: 0; left: 0;
	background-color: #fff;
}

#map_canvas {
	border: 6px solid #0066CC;
	left: -6px;
}

.maincontent #map_canvas {
	border: none;
	left: 0;
}

#closeMap,
#locationManually,
#locationGoogle {
	display: inline-block !important;
	margin-right: 20px;
	padding: 3px;
	text-align: right;
	color: #0066CC;
	font-weight: bold;
}

.hide {
	/*visibility: hidden;*/
}
