.dialog {
color:black;
margin:10px auto;
/*min-width:20em;*/
width:100%;
height:100%;
}
.dialog .hd .c, .dialog .ft .c {
font-size:1px;
height:13px;
}
.dialog .ft .c {
height:14px;
}
.dialog .hd {
background:transparent url(../../../images/rounded/beige/tl.gif) no-repeat scroll 0px;
}
.dialog .hd .c {
background:transparent url(../../../images/rounded/beige/tr.gif) no-repeat scroll right 0px;
}
.dialog .bd {
background:transparent url(../../../images/rounded/beige/ml.gif) repeat-y scroll 0px;
}
.dialog .bd .c {
background:transparent url(../../../images/rounded/beige/mr.gif) repeat-y scroll right 0px;
}
.dialog .bd .c .s {
background:#00000 url(../../../images/rounded/beige/ms.jpg) repeat-x scroll 0px;
margin:0px 8px 0px 4px;
padding:1em;
}
.dialog .ft {
background:transparent url(../../../images/rounded/beige/bl.gif) no-repeat scroll 0px;
}
.dialog .ft .c {
background:transparent url(../../../images/rounded/beige/br.gif) no-repeat scroll right 0px;
}
.dialog h1 {
font-size:2em;
margin:-0.6em 0px 0px;
padding:0px;
}
.dialog p {
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 0px 0px;
padding:0px;
}
html > body .dialog pre {
font-size:1.1em;
}