/* 
    Document   : googleMap
    Created on : Apr 25, 2010, 9:11:31 PM
    Author     : nkahn
    Description: Google Map popup.
*/

#gmap-container {
    width: 700px;
    height: 700px;
    margin: auto;
}

#gmap-infowin-container {
    width: 500px;
    height: 180px;
}

#gmap-infowin-body {
    clear: both;
    /*padding-top: 10px;*/
}

#gmap-infowin-img {
    background: url("../img/logo-cda.png") no-repeat scroll left top transparent;
}

#gmap-infowin-header {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}
