﻿#SubContactUsGoogleMap
{
    float: left;
    width: 45%;
    padding: 0 0 10px 10px;
}

    #SubContactUsGoogleMap #map_canvas
    {
        width: 710px;margin:0 auto;
        height: 260px;
    }

        #SubContactUsGoogleMap #map_canvas .infowindow
        {
            width: 350px;
            padding: 10px;
            border: solid 1px #d4d4d4;
            background: #fff;
            border-radius: 5px;
        }

    #SubContactUsGoogleMap .mapborder
    {
        border: solid 2px #fff;
    }
