
select.day,
select.month {
  width: 45px;
  text-align: right;
}

select.year {
  width: 60px;
  text-align: right;
}

div.button {
  width: 200px;
  margin: 0px auto;
}

input.small {
  height: 12px;
  font-size: 11px;
}

input.right {
  text-align: right;
}

select.small {
  font-size: 11px;
  height: 18px;
  margin-top: 0px;
}

select.full {
  width: 100%;
}

td.input input.full {
  width: 99% !important;
}

td.mediumInput input.full {
  width: 98% !important;
}


td.smallInput input.full {
  width: 95% !important;
}


.Spec {
  width: 100%;
  margin-top: 5px;
}

textarea {
  resize: none;
}

option.groupStart {
  margin-top: 2px;
  border-top: 1px solid black;
}
