

/* -------------------------------------------------------------------------------------------------------- */
/* new(er) attempt */
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

/* ============================================Text Box================================================= */
.textbox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.textbox .content,
.textbox .t,
.textbox .b,
.textbox .b div {
 background:transparent url(../images/textbox.gif) no-repeat top right;
 
}

.textbox .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.textbox .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;
}

.textbox .b {
 /* bottom */
 position:relative;
 width:100%;
}

.textbox .b,
.textbox .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.textbox .b {
 background-position:bottom right;
}

.textbox .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.textbox .hd,
.textbox .bd,
.textbox .ft {
 position:relative;
}

.textbox .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. */
}

/* ============================================Quote Box White================================================= */
.quotebox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.quotebox .content,
.quotebox .t,
.quotebox .b,
.quotebox .b div {
 background:transparent url(../images/quotebox.gif) no-repeat top right;
 
}

.quotebox .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.quotebox .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;
}

.quotebox .b {
 /* bottom */
 position:relative;
 width:100%;
}

.quotebox .b,
.quotebox .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.quotebox .b {
 background-position:bottom right;
}

.quotebox .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.quotebox .hd,
.quotebox .bd,
.quotebox .ft {
 position:relative;
}

.quotebox .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. */
}

/* ============================================Quote Box Red================================================= */
.quoteboxred {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 
}

.quoteboxred .content,
.quoteboxred .t,
.quoteboxred .b,
.quoteboxred .b div {
 background: transparent url(../images/quotebox-red.gif) no-repeat top right;
 color: #FFF;
}

.quoteboxred .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.quoteboxred .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;
}

.quoteboxred .b {
 /* bottom */
 position:relative;
 width:100%;
}

.quoteboxred .b,
.quoteboxred .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.quoteboxred .b {
 background-position:bottom right;
}

.quoteboxred .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.quoteboxred .hd,
.quoteboxred .bd,
.quoteboxred .ft {
 position:relative;
}

.quoteboxred .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. */
}

/* ============================================White with Blue corners================================================= */
.quoteboxcolts {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 
}

.quoteboxcolts .content,
.quoteboxcolts .t,
.quoteboxcolts .b,
.quoteboxcolts .b div {
 background: transparent url(../images/whitenblue.gif) no-repeat top right;
 color: #FFF;
}

.quoteboxcolts .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.quoteboxcolts .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;
}

.quoteboxcolts .b {
 /* bottom */
 position:relative;
 width:100%;
}

.quoteboxcolts .b,
.quoteboxcolts .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.quoteboxcolts .b {
 background-position:bottom right;
}

.quoteboxcolts .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.quoteboxcolts .hd,
.quoteboxcolts .bd,
.quoteboxcolts .ft {
 position:relative;
}

.quoteboxcolts .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:800px;
 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. */
}

/* ============================================Yellow Box================================================= */
.yellowbox {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 
}

.yellowbox .content,
.yellowbox .t,
.yellowbox .b,
.yellowbox .b div {
 background: transparent url(../images/yellowbox.gif) no-repeat top right;
 color: #FFF;
}

.yellowbox .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 12px 0px 0px;
}

.yellowbox .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:18px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.yellowbox .b {
 /* bottom */
 position:relative;
 width:100%;
}

.yellowbox .b,
.yellowbox .b div {
 height:18px; /* height of bottom cap/shade */
 font-size:1px;
}

.yellowbox .b {
 background-position:bottom right;
}

.yellowbox .b div {
 position:relative;
 width:18px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.yellowbox .hd,
.yellowbox .bd,
.yellowbox .ft {
 position:relative;
}

.yellowbox .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:800px;
 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. */
}
