/* Start of CMSMS style sheet 'TacyJakJa - dialog' */
.dialog {
 position:relative;
 background:transparent;
 margin:0px auto;
 width:585px;
 /*max-width:512px;*/ /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:2;
 margin-left:64px; /* default, width of left corner */
 margin-bottom:0; /* spacing under dialog */
 vertical-align:bottom;
}

.dialog .content,
.dialog .top,
.dialog .bot,
.dialog .bot div {
 /*background:transparent url(images/image_06n.png) no-repeat top right;
 _background-image:url(images/image_06n.gif);*/
}

.dialog .content {
 position:relative;
 zoom:1;
/* _overflow-y:hidden;
 _width:403px;*/
 padding:0 0 0 0;
 left:0px;
 z-index:1;
}

.dialog .mid {
 position:relative;
/* left:-32px;*/
 width:560px;
 z-index:2;
 bottom:3px;
}

.dialog .top {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:64px; /* top slice width */
 margin-left:-64px;
 height:100%;
 _height:40px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:1;
 display:inline;
}

.dialog .bot {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .bot,
.dialog .bot div {
 height:0px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .bot {
 background-position:bottom right;
}

.dialog .bot div {
 position:relative;
 width:0px; /* bottom corner width */
 margin-left:0px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:40px;
 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. */
}

/* End of 'TacyJakJa - dialog' */

