

.dialog, .dialogl  {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */

 margin-left:18px; /* default, width of left corner */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(img/torn_paper.png) no-repeat top right;
 _background-image:url(img/torn_paper.jpg);
}

.dialogl .content,
.dialogl .t,
.dialogl .b,
.dialogl .b div {
 background:transparent url(img/torn_paper_l.png) no-repeat top right;
 _background-image:url(img/torn_paper_l.jpg);
}

.dialogl .m, .dialog .m {
 background:transparent url(img/torn_paper_bg.png) repeat-y top ;
 _background-image:url(img/torn_paper_bg.jpg);
 margin-left:-13px;
 padding-left: 13px;
 margin-right:-13px;
 padding-right: 13px;
}


.dialog .content, .dialogl .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 18px 0px 0px;
}

.dialog .t, .dialogl .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:18px; /* top slice width */
 margin-left:-18px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b, .dialogl .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialogl .b,
.dialog .b div,
.dialogl .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b,
.dialogl .b {
 background-position:bottom right;
}

.dialog .b div,
.dialogl .b div {
 position:relative;
 width:18px; /* bottom corner width */
 margin-left:-18px;
 background-position:bottom left;
}

.dialog .hd,
.dialogl .hd,
.dialog .bd,
.dialogl .bd,
.dialog .ft,
.dialogl .ft {
 position:relative;
}

.dialog .wrapper,
.dialogl .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialogl h1,
.dialog p,
.dialogl p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1,
.dialogl h1 {
 padding-bottom:0px;
}

.ctr-pad {padding: 25px 5px 0 5px;}

.rc-header {padding: 1px 0 5px 0;}
.rc-header h2 {padding: 1px 0 0 0; margin: 0;} 
.rc-header h2 .Head {font-family: georgia, "times new roman", serif; font-weight: normal; font-size: 19px; color: #5b1e1d;}
.rc-title {float: left;}
.rc-actions {float: right;}
.rc-body {padding-top: 10px; border-top: 1px solid #d7d7d7;}
.rc-content * {line-height: 1.4em;}
.rc-actionbuttons {text-align: right;}

