td.roundcell { width: 25%; padding: 3px; vertical-align: top; }

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


.rounded .content,
.rounded .t,
.rounded .b,
.rounded .b div {
 background: transparent 
			 url("/images/BlueBox2.gif") 
			 no-repeat top right;
 _background-image: url("/images/BlueBox2.gif");
}


.rounded .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 20px 3px 10px;  /*top,right,bottom,left */
}

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

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

/* THESE HAVE TO GO IN THIS ORDER. DO NOT COMBINE... */
.rounded .b,
.rounded .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
 
}

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

.rounded .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-10px;
 background-position:bottom left;
}

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

.rounded h1 {
 font-weight: bold; 
 font-size: 13px; 
 /*  color: #004B6C; */
 color: #FFFFFF;
 padding-bottom:10px;
}