.dialog {
 margin:0px auto; 
 max-width:585px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
background:transparent url(../img/contentBlock/tl.png) no-repeat scroll 0 4px;
margin-right:10px;
}

.dialog .hd .c {
background:transparent url(../img/contentBlock/tr.png) no-repeat scroll right 5px;
margin-right:-9px;
}

.dialog .bd {
background:transparent url(../img/contentBlock/ml.png) repeat-y scroll 0 0;
margin-right:6px;
}

.dialog .bd .c {
background:transparent url(../img/contentBlock/mr.png) repeat-y scroll right 0;
margin-right:-6px;
}

.dialog .bd .c .s {
margin-top:-1px;
overflow:hidden;
padding:0 7px;
}

.dialog .ft {
background:transparent url(../img/contentBlock/bl.png) no-repeat scroll -1px 0;
margin-right:6px;
}

.dialog .ft .c {
background:transparent url(../img/contentBlock/br.png) no-repeat scroll right 0;
margin-right:-5px;
}

.dialog .whitebg {
//background: white;
overflow:hidden;
}


