#register {
  width: 618px;
}

#register input {
  width: 200px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
}

#register textarea {
  width: 470px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#register input.cb {
  width: auto !important;
}

#register table {
  width: 618px;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 0;
}

#register table tr th.heading {
  background: #C4E6FF;
  color: #fff;
  font-weight: bold;
}

#register table tr th {
  text-align: left;
  font-weight: normal;
  width: 250px;
  font-size: 11px;
  padding-top: 8px !important;
}

#register table tr td, #register table tr th  {
  padding: 6px;
  vertical-align: top;
}

#register table tr.alt td, #register table tr.alt th {
  background: #eee;
}

#register table.fourcolumn input, #register table.fourcolumn select {
  width: 150px;
}

#register table.fourcolumn tr th {
  width: 120px;
}

#register p {
  padding: 0;
  margin: 0;
}

.small {
  font-size: 11px;
}
