.dialog
{
	width: 100%;
	margin: 0px auto;
	min-width: 20em;
	color: #000;
	text-align: left;
}

.dialog li
{
	margin-left: 20px;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd
{
	background: transparent url(images/round/tl.gif) no-repeat 0px 0px;
	height: 40px;
}

.dialog .hd .c {
 background:transparent url(images/round/tr.gif) no-repeat right 0px;
 height: 40px;
}

.dialog .bd {
 background:transparent url(images/round/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(images/round/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 14px 0px 8px;
 background:#fff;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/round/bl.gif) no-repeat 0px 0px;
 height: 24px;
}

.dialog .ft .c {
 background:transparent url(images/round/br.gif) no-repeat right 0px;
 height: 24px;
}


/* content-specific */

.dialog h1
{
	/* header */
	font-size: 2em;
	margin: 0px;
	margin-top: -2.9em;
	color: white;
	font-size: 12pt;
	width: 100%;
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
}

html>body .dialog pre {
 font-size:1.1em;
}