div.div_help    
{   
    display: none;
    background: #FBFCEA; 
    min-width: 180px;
    max-width: 300px;
    min-height: 100px;
    border-radius: 4px;
    border: 1px solid #a0a0a0; 
    position: absolute;
    padding: 3px;
}                            
                           
div.div_help_bar
{
    border-radius: 4px;
    border: 1px solid #a0a0a0; 
    background: #00c0c0 url("../_common_picts/ui-bar-bg.png")  50% 50% repeat-x; 
    padding: 4px;
    margin: 0px;
}

    
div.div_help_title
{
    display: inline-flex;
    border: 1px;
    color: #000000;
    padding: 2px;
    margin: 0px;
    font-weight: bold;    
    vertical-align: top;   
}
    

div.div_help_content   
{   
    color: #000000; 
    padding: 12px;
}


div.div_draggable
{
    cursor: move;     
}



button.bt_help_close
{
    display: inline-flex;
    background: #FFFFFF url("../_common_picts/close.png"); 
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    padding: 0px;
    border: 0px; 
}

