#demo1 { 
  width: 300px;
  margin: 3em auto;
  border: 1px solid #aaa;
  background-color: #eee;
}

#demo1 .value { 
  width: 112px;
  height: 16px;
  padding: 4px;
  margin: 0 auto;
}

#demo1 .value .digit { 
  float: left;
  background-image: url(images/strip.gif);
  width: 12px;
  height: 16px;
  margin: 0 1px;
}

#demo1 .label { 
  background: white;
  padding: 4px;
  text-align: center;
}



#demo2 { 
  width: 222px;
  margin: 3em auto;
  border: 2px solid #a35565;
  border-left-width: 1px;
  border-right-width: 1px;
  background-color: #a35565;
}

#demo2 .value { 
}

#demo2 .value .digit { 
  float: left;
  background-image: url(images/strip2.gif);
  width: 35px;
  height: 30px;
  margin: 0 1px;
}

#demo2 .label { 
  clear: left;
  padding: 0.5em;
  color: white;
  font-weight: bold;
  text-align: center;
}
