form .standardtext {
  margin-bottom: 10px;
}
form.aspform select.w40 {
  width: 40px;
}
form.aspform select.w80 {
  width: 80px;
}
form.aspform input.w30 {
  width: 30px;
}
table.asp1 col.col1 {
  width: 30px;
}
table.asp1 {
  width: 463px;
  background-color: #EDEFF3;
  margin-bottom: 10px;
}
table.asp1 td {
  padding: 8px;
}
table.asp1 td em {
  display: block;
  line-height: 1em;
}
table.asp1 td.textright {
  text-align: right;
}
table.asp1 tr.whr {
  border-top: 1px solid white;
}
input.submitbtn {
  background-color: white;
  width: 120px;
  font-size: 80%;
  position: absolute;
  right: 0;
}
@media screen {
  .printonly {
    display: none;
  }
}
@media print {
  form.aspform {
    display: block;
  }
  .printonly {
    display: block;
  }
}
