@charset   "UTF-8";
 

.BarClass{
  background-color : silver;
  width : 100%;
}
.LabelClass{
  color : maroon;
  width : 150px;
}
.PulldownClass{
displayblock;
  color : maroon;
  background-color : silver;
  width : 100px;
  height : 1em;
}
