#personPopupContainer  
{  
top:0;
left:0;
position:absolute;  
display:none;  
z-index: 20000;  
width:300px;
}  

.personPopupPopup  
{  
}  

#personPopupContent  
{  
background-color: #FFF;  
min-width: 175px;  
min-height: 50px;  
}  

.personPopupPopup .personPopupImage  
{  
margin: 5px;  
margin-right: 15px;  
}  

.personPopupPopup .corner   
{  
width: 19px;  
height: 15px;  
}  

.personPopupPopup .topLeft   
{  
background: url(../ajax/tips/balloon_topLeft.png) no-repeat;  
}  

.personPopupPopup .bottomLeft   
{  
background: url(../ajax/tips/balloon_bottomLeft.png) no-repeat;  
}  

.personPopupPopup .left   
{  
background: url(../ajax/tips/balloon_left.png) repeat-y;  
}  

.personPopupPopup .right   
{  
background: url(../ajax/tips/balloon_right.png) repeat-y;  
}  

.personPopupPopup .topRight   
{  
background: url(../ajax/tips/balloon_topRight.png) no-repeat;  
}  

.personPopupPopup .bottomRight   
{  
background: url(../ajax/tips/balloon_bottomRight.png) no-repeat;  
}  

.personPopupPopup .top   
{  
background: url(../ajax/tips/balloon_top.png) repeat-x;  
}  

.personPopupPopup .bottoms   
{  
background: url(../ajax/tips/balloon_bottom.png) repeat-x;  
text-align: center;  
}  