@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #333;
  font-size: small;
  line-height: 1.5;
  text-align: left;
}

.form {
  margin: 20px auto;
  text-align: left;
}

.form table {
  margin: 20px auto;
  border: 1px solid #ccc;
  width: 90%;
}

.form table .abs {
  margin-left: 3px;
  color: #f00;
}

.form table th {
  background: #eee;
  width: 25%;
}

.form table td {
  border-bottom: 1px dashed #ccc;
  width: 75%;
}

.form table th,
.form table td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.form table td.submit {
  border: 0;
  text-align: center;
}

