.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
{
    
}

.dialog .hd .c
{
    height:0;
}

.dialog .bd
{
    	border-left:1px solid #d7d7d7;
    	border-right:1px solid #d7d7d7;

}

.dialog .bd div
{
	border-left:none;
	border-right:none;
}

.dialog .bd div .white-box
{
	border:1px solid #95999f;
}


.dialog .bd .c
{
    background:#f7f7f7 url('../images/box-rpt-img.jpg') repeat-x;
}

.dialog .bd .c .s
{
    padding: 10px;
	
	
}


.dialog .ft
{
    background:url('../images/btm-shade-img.jpg') no-repeat;
	height:5px;	
}

.dialog .ft .c
{
}
