﻿#helpPopupContainer   
{   
    position:absolute;   
    left:0;   
    top:0;   
    display:none;   
    z-index: 20000;   
}   
  
.helpPopupPopup   
{   
}  
 
#helpPopupContent   
{   
    background-color: #FFF;   
    min-width: 175px;   
    min-height: 50px; 
    text-align: left;  
}   
  
.helpPopupPopup .helpPopupImage   
{   
    margin: 5px;   
    margin-right: 15px;   
}   
  
.helpPopupPopup .corner    
{   
    width: 19px;   
    height: 15px;   
}   
       
.helpPopupPopup .topLeft    
{   
    background: url(../images/backgrounds/help_popup_topLeft.png) no-repeat;   
}   
       
.helpPopupPopup .bottomLeft    
{   
    background: url(../images/backgrounds/help_popup_bottomLeft.png) no-repeat;   
}   
       
.helpPopupPopup .left    
{   
    background: url(../images/backgrounds/help_popup_left.png) repeat-y;   
}   
       
.helpPopupPopup .right    
{   
    background: url(../images/backgrounds/help_popup_right.png) repeat-y;   
}   
       
.helpPopupPopup .topRight    
{   
    background: url(../images/backgrounds/help_popup_topRight.png) no-repeat;   
}   
       
.helpPopupPopup .bottomRight    
{   
    background: url(../images/backgrounds/help_popup_bottomRight.png) no-repeat;   
}   
       
.helpPopupPopup .top    
{   
    background: url(../images/backgrounds/help_popup_top.png) repeat-x;   
}   
       
.helpPopupPopup .bottom    
{   
    background: url(../images/backgrounds/help_popup_bottom.png) repeat-x;   
    text-align: center;   
}  
