#PopupContainer  
{  
    position:absolute;   
    top:0;  
    z-index: 20000;  
	background-color:#009B17;
	padding:10px;
	border:#CCCCCC solid 2px;
}  

.inPopUp
{
	
}
  
.PopupPopup  
{  
}  
 
#PopupContent  
{  
    background-color: #FFF;  
    min-width: 175px;  
    min-height: 50px;  
} 

#PopupContent table td
{
	padding:5px;
}
  
.PopupPopup .PopupImage  
{  
    margin: 5px;  
    margin-right: 15px;  
}  
  
.PopupPopup .corner   
{  
    width: 19px;  
    height: 15px;  
}  
   
.PopupPopup .topLeft   
{  
    background: url(admin_images/popup/balloon_topLeft.png) no-repeat;  
}  
      
.PopupPopup .bottomLeft   
{  
    background: url(admin_images/popup/balloon_bottomLeft.png) no-repeat;  
}  
      
.PopupPopup .pleft   
{  
    background: url(admin_images/popup/balloon_left.png) repeat-y;  
}  
      
.PopupPopup .pright   
{  
    background: url(admin_images/popup/balloon_right.png) repeat-y;  
}  
      
.PopupPopup .topRight   
{  
    background: url(admin_images/popup/balloon_topRight.png) no-repeat;  
}  
      
.PopupPopup .bottomRight   
{  
    background: url(admin_images/popup/balloon_bottomRight.png) no-repeat;  
}  
      
.PopupPopup .ptop   
{  
    background: url(admin_images/popup/balloon_top.png) repeat-x;  
}  
      
.PopupPopup .pbottom   
{  
    background: url(admin_images/popup/balloon_bottom.png) repeat-x;  
    text-align: center;  
}
