.d {
  margin:1em 0 1em 0;
  border:#fff solid 1px;
  border-top:0;
  border-right:0;
  font-size:1em;
}

.d th {
  font-weight:normal;
  text-align:right;
}

.d th,
.d td {
  border:#fff solid 1px;
  border-bottom:0;
  border-left:0;
  padding:0 0.2em 0 0.3em;
  line-height:1.8em;   
}


.d tbody th {
  background-color:#E2F0F7;
  width:30%;
}

.d thead th,
.d .head th {
  background-color:#ffd55f;
  font-weight:bold;
  line-height:2.2em;
}

legend {
  font-family: Georgia, serif;
  color:#B2A082;
  font-size:1.5em;
}

textarea {
  width:200px;
  height:150px;
}

input {
  width:200px;
}

.submit {
  width:100px;
}
