#personPopupContainer { position:absolute; left:0; top:0; z-index:99; width:225px; display:none; /*-moz-opacity:0.9; opacity: 0.9;*/ }
#personPopupContent { background:#fff; width:205px; border:1px solid #eeebe7; padding:10px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-bottom-left-radius:0; -moz-border-radius-bottomleft:0; -webkit-border-bottom-left-radius:0; -moz-box-shadow: 0 1px 1px 0 #a89483; -webkit-box-shadow: 0 1px 1px 0 #a89483; box-shadow: 0 1px 1px 0 #a89483;}
#personPopupContent p { margin:0; padding:0; }
#personPopupPin { width:37px; height:39px; background:transparent url(ajax_tooltip/container_bg.png) no-repeat; position:absolute; bottom:-30px; left:-5px; }

/*
#personPopupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.personPopupPopup
{
}

#personPopupContent
{
    background-color: #FFF;
    min-width: 175px;
    min-height: 50px;
    color:#000000;
}

.personPopupPopup .personPopupImage
{
    margin: 5px;
    margin-right: 15px;
}

.personPopupPopup .corner 
{
    width: 19px;
    height: 15px;
}
    
.personPopupPopup .topLeft 
{
    background: url(ajax_tooltip/balloon_topLeft.png) no-repeat;
}
    
.personPopupPopup .bottomLeft 
{
    background: url(ajax_tooltip/balloon_bottomLeft.png) no-repeat;
}
    
.personPopupPopup .left 
{
    background: url(ajax_tooltip/balloon_left.png) repeat-y;
}
    
.personPopupPopup .right 
{
    background: url(ajax_tooltip/balloon_right.png) repeat-y;
}
    
.personPopupPopup .topRight 
{
    background: url(ajax_tooltip/balloon_topRight.png) no-repeat;
}
    
.personPopupPopup .bottomRight 
{
    background: url(ajax_tooltip/balloon_bottomRight.png) no-repeat;
}
    
.personPopupPopup .top 
{
    background: url(ajax_tooltip/balloon_top.png) repeat-x;
}
    
.personPopupPopup .bottom 
{
    background: url(ajax_tooltip/balloon_bottom.png) repeat-x;
    text-align: center;
}
*/