/* Garden Planner Map Overlay Stylesheet */
/* Copyright Growing Interactive Limited 2014 */
/* For inquiries and licensing please visit www.growinginteractive.com */

body { font-family:Verdana, Geneva, sans-serif; font-size: 11px; line-height: 15px; }
h2 {font-size: 12px; font-weight: bold;}
.explanation {font-size: 10px; font-style: italic;}
.alternative {color:#999;}
.externalLink a:hover, a:visited {color: #999;}

#map-intro{ width: 400px;}

.map-close img { border:none; }
.map-error{color: #cc0000; display: none;}
.map-status{color: #116611; display: none;}

#map-location-overlay{position:absolute; width: 490px; height: 585px; left:460px; top:35px; background-color: white; opacity: 1; padding: 5px 10px; border:none; z-index: 32767; display: none; border-radius: 0px; }
#map{width: 100%; height: 330px; margin:10px 0 20px; clear: left; float: left;}
#map-txtLocation{width: 350px;}
#map-setLocationButtons{float: right;}