.form {
  width:100%;
}

.form td,th {
  vertical-align: top;
  padding:5px;
  border-width:1px;
  border-collapse:collapse;
  border-style:solid;
  border-color:#AAAAAA;
}

textarea {
  width:99%;
  height:100px;
  font-size:14px;
  line-height:16px;      
}

td.tdcenter {
  text-align:center;
}
