.dialog
{
    width: 100%;
    min-width: 10em;
}

.dialog .hd .c, .dialog .ft .c
{
    font-size: 1px; /* ensure minimum height */
    height: 6px;
}

.dialog .ft .c
{
    height: 12px;
}

.dialog .hd
{
    background: url('../images/box-top-left.jpg') no-repeat 0px 0px;
}

.dialog .hd .c
{
    background: url('../images/box-top-right.jpg') no-repeat right 0px;
}

.dialog .bd
{
    background: url('../images/box-left.jpg') repeat-y 0px 0px;
}

.dialog .bd .c
{
    background: url('../images/box-right.jpg') repeat-y right 0px;
}

.dialog .bd .c .s
{
    margin: 0px 6px 0px 6px;
    background-color: #f2f4f8;
    //backgr3ound-color: #FCFDFE;
    padding: 10px;
}

.dialog .ft
{
    background: url('../images/box-bottom-left.jpg') no-repeat 0px 0px;
}

.dialog .ft .c
{
    background: url('../images/box-bottom-right.jpg') no-repeat right 0px;
}