/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,

.dialog .b div {
 background:transparent url(../images/corners/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(../images/corners/dialog2-blue.gif);
}





.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.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 .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

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

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 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;
}

p.corners{line-height:1.6em;
font: normal verdana,tahoma,arial,"sans serif";}

h1 {font:2.5em georgia,"times new roman",helvetica,verdana,"sans serif";}

<!--platinum-->
.dialogPlat {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogPlat .content,
.dialogPlat .t,
.dialogPlat .b,

.dialogPlat .b div {
 background:transparent url(../images/corners/dialog2-plat-800x1600.png) no-repeat top right;
 _background-image:url(../images/corners/dialog2-plat.gif);
}





.dialogPlat .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogPlat .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;
}

.dialogPlat .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogPlat .b,
.dialogPlat .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogPlat .b {
 background-position:bottom right;
}

.dialogPlat .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

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

.dialogPlat .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. */
}

.dialogPlat h1,
.dialogPlat p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogPlat h1 {
 padding-bottom:0px;
}

p.corners{line-height:1.6em;
font: normal verdana,tahoma,arial,"sans serif";}

h1 {font:2.5em georgia,"times new roman",helvetica,verdana,"sans serif";}


<!--gold-->

.dialogGold {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogGold .content,
.dialogGold .t,
.dialogGold .b,

.dialogGold .b div {
 background:transparent url(../images/corners/dialog2-gold-800x1600.png) no-repeat top right;
 _background-image:url(../images/corners/dialog2-gold.gif);
}





.dialogGold .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogGold .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;
}

.dialogGold .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogGold .b,
.dialogGold .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogGold .b {
 background-position:bottom right;
}

.dialogGold .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

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

.dialogGold .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. */
}

.dialogGold h1,
.dialogGold p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogGold h1 {
 padding-bottom:0px;
}

p.corners{line-height:1.6em;
font: normal verdana,tahoma,arial,"sans serif";}

h1 {font:2.5em georgia,"times new roman",helvetica,verdana,"sans serif";}



<!--silver-->

.dialogSilver {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogSilver .content,
.dialogSilver .t,
.dialogSilver .b,

.dialogSilver .b div {
 background:transparent url(../images/corners/dialog2-silver-800x1600.png) no-repeat top right;
 _background-image:url(../images/corners/dialog2-silver.gif);
}





.dialogSilver .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogSilver .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;
}

.dialogSilver .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogSilver .b,
.dialogSilver .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogSilver .b {
 background-position:bottom right;
}

.dialogSilver .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

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

.dialogSilver .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. */
}

.dialogSilver h1,
.dialogSilver p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogSilver h1 {
 padding-bottom:0px;
}

p.corners{line-height:1.6em;
font: normal verdana,tahoma,arial,"sans serif";}

h1 {font:2.5em georgia,"times new roman",helvetica,verdana,"sans serif";}

<!--bronze-->

.dialogBronze {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogBronze .content,
.dialogBronze .t,
.dialogBronze .b,

.dialogBronze .b div {
 background:transparent url(../images/corners/dialog2-bronze-800x1600.png) no-repeat top right;
 _background-image:url(../images/corners/dialog2-bronze.gif);
}





.dialogBronze .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogBronze .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:3100px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogBronze .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogBronze .b,
.dialogBronze .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogBronze .b {
 background-position:bottom right;
}

.dialogBronze .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

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

.dialogBronze .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. */
}

.dialogBronze h1,
.dialogBronze p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogBronze h1 {
 padding-bottom:0px;
}

h1 {font:2.5em georgia,"times new roman",helvetica,verdana,"sans serif";}

<!--purple-->

.dialogPurple {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogPurple .content,
.dialogPurple .t,
.dialogPurple .b,

.dialogPurple .b div {
 background:transparent url(../images/corners/dialog2-purple-800x1600.png) no-repeat top right;
 _background-image:url(../images/corners/dialog2-purple.gif);
}





.dialogPurple .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogPurple .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;
}

.dialogPurple .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogPurple .b,
.dialogPurple .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogPurple .b {
 background-position:bottom right;
}

.dialogPurplee .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

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

.dialogPurple .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. */
}

.dialogPurple h1,
.dialogPurple p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogPurple h1 {
 padding-bottom:0px;
}

h1 {font:2.5em georgia,"times new roman",helvetica,verdana,"sans serif";}



