.ModuleFeedback th {
  text-align:left;
  font-weight:normal;
  padding-right:30px;
}

.ModuleFeedback th, .ModuleFeedback td {
  padding-bottom:4px;
}

.ModuleFeedback input, .ModuleFeedback textarea {
  width:300px;
}

.ModuleFeedback select {
  width:314px;
}

.ModuleFeedback a.submit {
  background-repeat:no-repeat;
  float:right;
  display:block;
  background-color:transparent;
}
.ModuleFeedback a.submit:hover {
  background-color: transparent;
}

.ModuleFeedback input.clean {
  width:auto;
  height:auto;
  border:none;
  background-color:transparent;
}