/* CSS Document */
#content #registration_form table {
  border: none;
}

#content #registration_form td:first-child {
  text-align: center;
}

#content #registration_form td {
  padding: 0px;
  margin: 0px;
  border: none;
  line-height: 2em;
}

input.ie_hack, textarea {
  width: 95%;
}

input.ie_hack, textarea, select {
  border: 1px solid black;
  background-color: #f5f5f5;
}

.fieldWithErrors input.ie_hack, .fieldWithErrors textarea, .fieldWithErrors select {
  background-color: #ffe0e0;
}
