#map {
    background-color: #E5E3DF;
    margin: 10px;
    overflow: hidden;
    position: relative;
    height: 203px;
    width: 917px;
}

#tools {
    display : none;
    width : auto;
    padding : 4px;
    position : absolute;
    whiteSpace : nowrap;
}

h3#bigName {
    margin: 0;
    padding: 0;
}

.gpopm{
    width: 265px;
    border-top: 3px solid #B2B2B2;
}

.gpoptl,.gpoptr,.gpopbl,.gpopbr{
  
    width: 3px;
}

.gpoptl{
     background: url("/images/modalTL.gif") no-repeat scroll left top ;
 }

 .gpoptr{
     background: url("/images/modalTR.gif") no-repeat scroll right top ;
 }

 .gpopbl{
     background: url("/images/modalBL.gif") no-repeat scroll left bottom;
 }

.gpopbr{
     background: url("/images/modalBR.gif") no-repeat scroll right bottom ;
 }
 
.gpop{
    background-color:#f2f2f2;
    border-left: 3px solid #B2B2B2;
    border-right: 3px solid #B2B2B2;
    position: relative;
}

.bptr{
    background: url("/images/pointer.png") no-repeat scroll center bottom transparent;
    bottom: -20px;
    height: 20px;
    left: 37%;
    position: absolute;
    width: 46px;
}

.addrs p{
    line-height:16px;
}

#img_close {
    position : absolute;
    top : 10px;
    left : 252px;
    width : 11px;
    height : 9px;
}

#titleBox {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    font-size: 10px;
    font-weight: lighter;
    padding: 2px 5px;
    position: absolute;
    width: 60px; text-align:center;
}