
  span.iVuRichLabelSuperFrame,
  span.iVuRichLabelFrame {
    background-color: #acacac;
    padding: 1px 18px 1px 0px;
    border-radius: 12px;
    border-top: solid white 2px;
    border-right: solid #e0e0c0 2px;
    border-left: solid white 0px;
    border-bottom: solid #e0e0c0 2px;
    font-family: lucidaGrande, tahoma, fixed;
    font-size: 12px;
    color: white;
    margin: 0 8px 0 0;
  }
  span.iVuRichVarLabel {
    margin: 0 4px 0 0;
    color: #8b8b8b;
    background-color: white;
    border: solid #e0e0e0 2px;
    border-radius: 12px;
    padding: 1px 12px 1px 12px;
    font-family: garamond,palatino,georgia,timesnewroman,times;
    font-size: 14px;
  }
  span.iVuRichVarLabelOn {
    margin: 0 4px 0 0;
    color: white;
    background-color: #8b8b8b;
    border: solid white 2px;
    border-radius: 12px;
    padding: 1px 12px 1px 12px;
    font-family: lucidaGrande, tahoma, fixed;
    font-size: 12px;
  }

  span.iVuRichVarLabelContent {
    margin: 0 0 0 8px;
    font-family: tahoma,lucidaGrande, tahoma, fixed;
    font-size: 12px;
  }
