.registerForm {
  margin-top: 20px;
  width: 600px;
  font-size: 16px;
}
.registerForm td {
  padding: 4px;
}
.registerForm label {
  display: block;
}

.anketaForm {
  margin-top: 20px;
  width: 600px;
}
.anketaForm th {
  text-align: right;
  padding: 4px;
}

ul.error_list {
  color: red;
  padding: 0;
}

.ucase {
  text-transform: uppercase;
}

option.optColor0 {
  background-color: #fdef4f;
}
option.optColor1 {
  background-color: #abf86c;
  text-transform: uppercase;
}

option.optColor-1 {
  background-color: #fd7c4f;
  text-transform: uppercase;
}

.postByPost {
  clear: both;
}

p.date{
  clear: both;
}