@charset "utf-8";
/* CSS Document */

body {
 font:normal helvetica,verdana,tahoma,arial,"sans serif";

}

.ndialog {
	width:20%;
	margin:5px auto;
	min-width:20em;
	color:#003366;
	float: right;
}

.ndialog .hd .c,
.ndialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.ndialog .ft .c {
 height:14px;
}

.ndialog .hd {
 background:transparent url(images/tl.gif) no-repeat 0px 0px;
}

.ndialog .hd .c {
 background:transparent url(images/tr.gif) no-repeat right 0px;
}

.ndialog .bd {
 background:transparent url(images/ml.gif) repeat-y 0px 0px;
}

.ndialog .bd .c {
 background:transparent url(images/mr.gif) repeat-y right 0px;
}

.ndialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#ececec url(images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.ndialog .ft {
 background:transparent url(images/bl.gif) no-repeat 0px 0px;
}

.ndialog .ft .c {
 background:transparent url(images/br.gif) no-repeat right 0px;
}


/* content-specific */

.ndialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.ndialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
color:#003366;
}

html>body .dialog pre {
 font-size:1.1em;
}

</style>
