#mapContainer {
    width: 879px;
	height: 258px;
}
#directions td {
    font-size: 11px;
}
#directions {
    width: 228px;
}
#map_canvas {
    height: 257px;
    width: 878px;
}


#ff_infowindow {
    display: none;
}
.mapinfo {
    font-size: 12px;
    color: #333;
}

#gmapborder-top, #gmapborder-bottom {
    position: absolute;
    background: transparent url('../images/map/gtop.png') no-repeat;
    width: 879px;
    height: 7px;
    z-index: 80;
    top: -1px;
    left:-1px;
}
#gmapborder-bottom {
    top: auto;
    left: -1px;
    bottom: 0px;
    left:-1px;
    background-image: url('../images/map/gbot.png');
}
#gmapborder-left, #gmapborder-right {
    position: absolute;
    background: transparent url('../images/map/gleft.png') no-repeat;
    width: 12px;
    height: 244px;
    z-index: 80;
    top: 6px;
    left: -1px;
}
#gmapborder-right {
    left: auto;
    right: 0;
    background-image: url('../images/map/gright.png');
}
