/* demo layout (columns, etc.) - only for this demo page */
#demo {
	
  //float:left;
  
 /*
  position:relative;
 margin:0px auto;
  max-width:1600px;
  border:1px solid #000;
  */
}

.col {
 float:left;
 display:inline;
 width:1%;
 _width:1%;
 margin:0px 0.5% 0px 0.5%;
}
/* content-specific */

.dialog.type2 .content,
.dialog.type2 .t {
 background-image:url(../images/popup/popupBlack.png);
 _background-image:url(../images/popup/popupBlack.gif);
  <!--[if lt IE 7]>
 <![endif ]-->
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}


.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}


.dialog.drip {
 margin-left:65px;
}

.dialog.drip .t,
.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft,
.dialog.drip .wrapper {
 margin-left:-65px;
 width:65px;
}

.dialog.drip .wrapper {
 white-space:nowrap;
 width:auto;
}

.dialog .wrapper .hd,
.dialog .wrapper .bd,
.dialog .wrapper .ft {
 margin-left:0px;
}

.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft {
 zoom:1;
 width:auto;
 padding:0px 2px 0px 12px;
}

.dialog .content {
 padding:0.5em 1em 0.5em 0px;
}

.dialog .wrapper {
 min-height:55px; /* minimum content height, so bottom shade fills in nicely - can ignore if no gradient in dialog, etc. */
}

.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 h3 {
 /* header */
 font-size:1em;
 margin:0px;
 padding:0px;
 padding-top:0.0em;
}

