/* -------- Geo Stuff -------- */
.address {
    margin-left: 4px;
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

#cinema_map {
    border: 2px solid #fff;
}

#geoui .txt {
    background-color: #fff;
    height: 140px;
    overflow: hidden;
    padding-bottom: 8px;
    font-size: 9pt;
}
    #geoui .txt .address {
        font-size: 13pt;
        text-align: left;
    }

    #geoui .txt > div {
        margin: 4px 4px 4px 8px;
    }   

    #geoui div.search {
        width: 200px;
    }

    #geoui div.geocode {
        width: 280px;
    }

    #geoui input.dialog {
        height: 28px;
        line-height: 28px;
        padding-bottom: 4px;
    }
   
    #geoui .example {
        margin-bottom: 4px;
        color: #aaa;
    }  
        .geocode > input#do_geocode {
            width: 60px;
        }
        .geocode > input#geocode {
            width: 180px;
        }

        #geoui .example em {
            color: #0d86e3;
            border-bottom: 1px dotted #0d86e3;
            cursor: pointer;
        }

.ajax-load img {
    margin-top: 2px;
}

.crosshair {
    cursor: crosshair !important;
}

