.calculator {
   text-align: left;
   font-size: 90%;
   zoom: 1;
}
label {
   position: relative;
   float: left;
   width: 60%;
   padding-right: 20px;
}
label.contact {
  position: relative;
  float: left;
  width: 180px;
  font-size: 90%;
}
input {
   position: relative;
   float: left;
   margin-bottom: 1px;
}
input.date {
   width: 7em;
   text-align: right;
}
input.button {
   height: 22px;
   font-size: 90%;
   margin-top: -1px;
   margin-left: 1px;
}
html>body input.button {
   height: auto;
   font-size: 90%;
   margin-top: 0px;
}
br {
   clear: both;
}
.bold {
   font-weight: bold;
}
