.contactDetailPopupMainHeader
{
	position:relative;
    z-index: 20000;
}

.contactDetailPopup
{
}

.contactDetailPopupMainHeader
{
    min-width: 175px;
    min-height: 50px;
}


.contactDetailPopup .corner 
{
    width: 19px;
    height: 15px;
}
    
.contactDetailPopup .topLeft 
{
    background: url(../images/tooltip/balloon_topLeft.png) no-repeat;
}
    
.contactDetailPopup .bottomLeft 
{
    background: url(../images/tooltip/balloon_bottomLeft.png) no-repeat;
}
    
.contactDetailPopup .left 
{
    background: url(../images/tooltip/balloon_left.png) repeat-y;
}
    
.contactDetailPopup .right 
{
    background: url(../images/tooltip/balloon_right.png) repeat-y;
}
    
.contactDetailPopup .topRight 
{
    background: url(../images/tooltip/balloon_topRight.png) no-repeat;
}
    
.contactDetailPopup .bottomRight 
{
    background: url(../images/tooltip/balloon_bottomRight.png) no-repeat;
}
    
.contactDetailPopup .top 
{
    background: url(../images/tooltip/balloon_top.png) repeat-x;
}
    
.contactDetailPopup .bottom 
{
    background: url(../images/tooltip/balloon_bottom.png) repeat-x;
    text-align: center;
}