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