.label {
   margin-left: 0px;
   margin-right: 0px;
   padding-right: 0px;

 position:relative;
 min-width:1em;
 max-width:200px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#CCCCCC;
 z-index:1;
   font-family: Tahoma;
}

.label .content,
.label .t,
.label .b,
.label .b div {
 background:transparent url(images/labels.png) no-repeat top right;
 _background-image:url(images/labels.gif);
}

.label .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.label .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;
}

.label .b {
 /* bottom */
 position:relative;
 1width:100%;
}

.label .b,
.label .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.label .b {
 background-position:bottom right;
}

.label .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.label .hd,
.label .bd,
.label .ft {
 position:relative;
}

.label .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. */
}

.label h1,
.label p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.label h1 {
 padding-bottom:0px;
 font-size: 12pt;
 color: #002857;
 text-align: center;
 border-bottom: 1px dotted #555555;
 1font-weight: bold;
}
