/* CSS Document */

input:focus, textarea:focus {
background: #ffc;
}

input [type="text"], textarea {
 border-top: 2px solid #999;
 border-left: 2px solid #999;
 border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  }
  
.WAATK h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 2px 0px;
}

.WAATKDataTable {
  padding-top: 10px;
  padding-bottom: 10px;
}

.WAATKDataTable th {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding: 5px;
  padding-left: 28px;
}

.WAATKDataTable td {
  font-size: 11px;
  padding: 5px;
}

.WAATKButtonRow {
  margin-top: 2px;
  padding-top: 5px;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}
