/* {{{ Geolocation Page */

body#geolocation {
    background-image: url(/img/tignish/firefox/bg-tile-geo.jpg);
}

body#geolocation #wrapper {
    background-image: url(/img/tignish/firefox/background-geolocation.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

body#geolocation #main-feature h2 {
    margin-right: 300px;
}

#main-feature p {
    margin-right: 400px;
}
#map_canvas {
    width: 500px;
    height: 300px;
    margin: 20px auto;
}
#locateButton {
    margin: 0 0 10px 0;
}
#geo-busy {
    width: 16px;
    height: 15px;
    vertical-align: middle;
}
#geodemo-error {
    color: red;
}
/* }}} */
