
.dialog {
 position:relative;
 text-align:left;
 margin:0px auto;
 min-width:8em;
 max-width:921px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:7px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/imgs/alert.bg.png) no-repeat top right;
 _background-image:url(/imgs/alert.bg.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 7px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:7px; /* top slice width */
 margin-left:-7px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:7px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:7px; /* bottom corner width */
 margin-left:-7px;
 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: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,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}



.panel {
 position:relative;
 text-align:left;
 margin:0px auto;
 min-width:8em;
 max-width:921px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:7px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under panel */
}

.panel .content,
.panel .t,
.panel .b,
.panel .b div {
 background:transparent url(/imgs/panel.bg.png) no-repeat top right;
 _background-image:url(/imgs/panel.bg.gif);
}

.panel .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 7px 0px 0px;
}

.panel .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:7px; /* top slice width */
 margin-left:-7px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.panel .b {
 /* bottom */
 position:relative;
 width:100%;
}

.panel .b,
.panel .b div {
 height:11px; /* height of bottom cap/shade */
 font-size:1px;
}

.panel .b {
 background-position:bottom right;
}

.panel .b div {
 position:relative;
 width:7px; /* bottom corner width */
 margin-left:-7px;
 background-position:bottom left;
}

.panel .hd,
.panel .bd,
.panel .ft {
 position:relative;
}

.panel .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. */
}

.panel h1,
.panel p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.panel h1 {
 padding-bottom:0px;
}



.tearout {
 position:relative;
 text-align:left;
 margin:0px auto;
 min-width:8em;
 max-width:595px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:5px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under tearout */
}

.tearout .tcontent,
.tearout .tt,
.tearout .tb,
.tearout .tb div {
 background:transparent url(/imgs/tearout.less.png) no-repeat top right;
 _background-image:url(/imgs/tearout.less.gif);
}

.tearout .tcontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 5px 0px 0px;
}

.tearout .tt {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:5px; /* top slice width */
 margin-left:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.tearout .tb {
 /* bottom */
 position:relative;
 width:100%;
}

.tearout .tb,
.tearout .tb div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

.tearout .tb {
 background-position:bottom right;
}

.tearout .tb div {
 position:relative;
 width:5px; /* bottom corner width */
 margin-left:-5px;
 background-position:bottom left;
}

.tearout .hd,
.tearout .bd,
.tearout .ft {
 position:relative;
}

.tearout .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. */
}

.tearout h1,
.tearout p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.tearout h1 {
 padding-bottom:0px;
}



.prompt {
 position:relative;
 text-align:left;
 margin:0px auto;
 min-width:8em;
 max-width:595px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:5px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under prompt */
}

.prompt .content,
.prompt .t,
.prompt .b,
.prompt .b div {
 background:transparent url(/imgs/prompt.bg.png) no-repeat top right;
 _background-image:url(/imgs/prompt.bg.gif);
}

.prompt .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 5px 0px 0px;
}

.prompt .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-8px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.prompt .b {
 /* bottom */
 position:relative;
 width:100%;
}

.prompt .b,
.prompt .b div {
 height:25px; /* height of bottom cap/shade */
 font-size:1px;
}

.prompt .b {
 background-position:bottom right;
}

.prompt .b div {
 position:relative;
 width:8px; /* bottom corner width */
 margin-left:-8px;
 background-position:bottom left;
}

.prompt .hd,
.prompt .bd,
.prompt .ft {
 position:relative;
}

.prompt .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. */
}

.prompt h1,
.prompt p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.prompt h1 {
 padding-bottom:0px;
}


