.ifdtone {
  width: 510px; 
}

.ifdtone table {
  width: 510px;
}

.ifdtone table td {
  padding: 0 0 5px 0;
}

.inputText {
  width: 200px;
  padding: 1px;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #006;
  border: 1px solid #006;
}

.inputText.err {
  border: 1px solid #ff6600;
}

.firstTd {
  width: 175px;
}

.secondTd {
  width: 20px;
  text-align: center;
}

.thirdTd {
  width: 300px;
}

.submitBtn {
  padding: 0 5px 0 5px;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #006;
}

select {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
   background-color: #fff;
   color: #000066;
   border: solid 1px;
   border-color: #000066;
   width: 204px;
}