.container-dialog .hd
{
    background: transparent url(images/sprite.png) repeat-x scroll 0pt -200px;
    color: #000000;
    font-size: 93%;
    font-weight: bold;
    line-height: 2;
    padding: 0pt 10px;
    cursor: move;
    
     
    border-bottom: #c1c1c1 1px solid;
}
.container-dialog
{
    background-color:#ffffff;
    border:1px solid #808080;
}
.container-dialog .pnl
{
    padding:5px;
}
.container-close
{
background:transparent url(images/sprite.png) no-repeat scroll 0pt -300px;
cursor:pointer;
height:15px;
position:absolute;
right:6px;
top:5px;
width:25px;
}

.container-action
{
    padding: 5px;
   
}
.container-action .button
{
    border: #a9a9a9 1px solid;
    background: transparent url(images/sprite.png) repeat-x scroll 0pt -200px;
    color: #000000;
    font-size: 93%;
    font-weight: bold;
    line-height: 2;
     
    padding: 1pt 10px;
    cursor:pointer;
    
     
}
