body {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 12pt;
  }

.title {
  font-weight: bold;
  font-size: 14px;
  }

.contact {
  font-weight: bold;
  font-size: 11px;
  }

.label {
  font-weight: bold;
  font-size: 10px;
  }

.narrowField {
  width: 140px;
  background-color: #eeeeee;
  }
  
.wideField {
  width: 320px;
  background-color: #eeeeee;
  }

.fineprint {
  font-size: 10px;
  line-height: 11px;
  color: #555;
  }

.product {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  }

.size {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  }

.price {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #AD0101;
  }
  
ul {
  margin: 0;
  padding: 15px;
  }

.error {
  color: #c40000;
  font-weight: bold;
  }

li {
  line-height: 12px;
  margin-bottom: 10px;
  }
  
ul.errors {
  color: #AD0101;
  }
  
.textTight {
  font-weight: normal;
  font-size: 10px;
  }
