.dialog {
 width:250px;
 /*margin:0px auto;*/
 /*min-width:20em;*/
 max-width:800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#000;
}

.dialog#midden 
{ 
 width:auto;
 margin:0px auto;
 min-width:20em;
 max-width:1600px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
 color:#000;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:url(ms.png) repeat-x 0px 0px;
 padding:1em;
}

.s {
 margin:0px 8px 0px 4px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h3 {
 /* header */
 font-size:1.5em;
 margin:0px;
 padding:0px;
 margin-top:-0.3em;
}

.dialog h4 {
 /* header */
 font-size:1.1em;
 margin:0px;
 padding:0px;
 margin-top:-0.9em;
}

.dialog h5 {
 /* header */
 font-size:1.1em;
 margin:0px;
 padding:0px;
 margin-top:-0.9em;
}



p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
	text-align: justify;
}

html>body .dialog pre {
 font-size:1.1em;
}
