.dialog {
	color:#FFFFFF;
	color:#000000;
	margin:0 auto;
	min-width:20em;
	width:100%;
}
.dialog .hd .c, .dialog .ft .c {
	font-size:1px;
	height:13px;
}
.dialog .ft .c {
	height:14px;
}
.dialog .hd {
	background:transparent url(images/tl.gif) no-repeat scroll 0 0;
}
.dialog .hd .c {
	background:transparent url(images/tr.gif) no-repeat scroll right 0;
}
.dialog .bd {
	background:transparent url(images/ml.gif) repeat-y scroll 0 0;
}
.dialog .bd .c {
	background:transparent url(images/mr.gif) repeat-y scroll right 0;
}
.dialog .bd .c .s {
	background:#ffffff url(images/ms.jpg) repeat-x scroll 0 0;
	margin:0 8px 0 4px;
	padding:5px;
}
.dialog .ft {
	background:transparent url(images/bl.gif) no-repeat scroll 0 0;
}
.dialog .ft .c {
	background:transparent url(images/br.gif) no-repeat scroll right 0;
}
.dialog h1 {
	font-size:2em;
	margin:-0.6em 0 0;
	padding:0;
}
.dialog p {
	/* -x-system-font:none;*/
	font-family:arial,tahoma,"sans serif";
	font-size:0.95em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em 0 0;
	padding:0;
}

html > body .dialog pre {
	font-size:1.1em;
}