.dialog {

 position:relative;

 margin:0px auto;

 min-width:8em;

 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */

 color:#000;

 z-index:1;

 margin-left:52px; /* default, width of left corner */

 margin-bottom:0.5em; /* spacing under dialog */
visibility:visible;

}



.dialog .dialog-content,

.dialog .tt,

.dialog .b,

.dialog .b div {

 background:transparent url(/wp-content/themes/default/images/pink-square.png) no-repeat top right;

 _background-image:url(/wp-content/themes/default/images/pink-square.gif);
z-index:30000;

visibility:visible;
}



.dialog .dialog-content {

 position:relative;

 zoom:1;

 _overflow-y:hidden;
/* padding of text on right */
/* extra 2 piels fix error on list pages */

padding:42px 42px 2px 2px;

visibility:visible;
}



.dialog .tt {

 /* top+left vertical slice */

 position:absolute;

 left:0px;

 top:0px;

 width:54px; /* top slice width */

 margin-left:-54px;

 height:100%;

 _height:1600px; /* arbitrary long height, IE 6 */

 background-position:top left;

visibility:visible;
}



.dialog .b {

 /* bottom */

 position:relative;

 width:100%;

visibility:visible;
}



.dialog .b,

.dialog .b div {

 height:54px; /* height of bottom cap/shade */

 font-size:1px;

visibility:visible;
}



.dialog .b {

 background-position:bottom right;

visibility:visible;
}



.dialog .b div {

 position:relative;

 width:54px; /* bottom corner width */

 margin-left:-54px;

 background-position:bottom left;

visibility:visible;
}



.dialog .hd,

.dialog .bd,

.dialog .ft {

 position:relative;

visibility:visible;
}



.dialog .wrapper {

 /* extra dialog-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. */

visibility:visible;
}


.dialog h1,
.dialog p{

 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */

 padding:0.6em 0px 0.6em 0px;

visibility:visible;
}



.dialog h1 {

 padding-bottom:0px;

visibility:visible;
}
