/* 

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

*/



.dialogboxb {

 position:relative;

 margin:0px auto;

 min-width:8em;

 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */

 color:#FFF;
 color:#000;
         color: #242526;
         color: #484a4e;


 z-index:1;

 margin-left:12px; /* default, width of left corner */

 margin-bottom:0.0em; /* spacing under dialog */

}



.dialogboxb .contentboxb,

.dialogboxb .t,

.dialogboxb .b,

.dialogboxb .b div {

 background:transparent url(images/dialog2-grey22-686x196.png) no-repeat top right;
// background:transparent url(images/roundbox4.png) no-repeat top right;
 background:transparent url(images/title_bar_orange.png) no-repeat top right;

 _background-image:url(images/dialog2-blue.gif);

}

.topboxb .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;

	 }


.topbox .b div {
 background:transparent url(images/title_bar_orange.png) no-repeat top right;
}


.dialogboxb .contentboxb {

 position:relative;

 zoom:1;

 _overflow-y:hidden;

 padding:0px 12px 0px 0px;

}



.dialogboxb .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;

}



.dialogboxb .b {

 /* bottom */

 position:relative;

 width:100%;

}



.dialogboxb .b,

.dialogboxb .b div {

 height:10px; /* height of bottom cap/shade */

 font-size:1px;

}



.dialogboxb .b {

 background-position:bottom right;

}



.dialogboxb .b div {

 position:relative;

 width:12px; /* bottom corner width */

 margin-left:-12px;

 background-position:bottom left;

}



.dialogboxb .hd,

.dialogboxb .bd,

.dialogboxb .ft {

 position:relative;

}



.dialogboxb .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. */

}



.dialogboxb h1,

.dialogboxb p {

 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */

 padding:0.5em 0px 0.5em 0px;

}



.dialogboxb h1 {

 padding-bottom:0px;

}
