
span.warning {color: #FF0000; font-size: 60%;}
label { cursor: pointer; }

ul#errors { color: #FF0000; font-weight: bold; }

textarea#convention {
  margin: auto;
  width: 100%;
  height: 300px;
  font-size: 90%;
}

#progress {
  font-size: 8pt;
}
#progress_arrow { width: 5%; }
#progress_1st { width: 30%; }
#progress_2nd { width: 20%; }
#progress_3rd { width: 25%; }
#progress_4th { width: 20%; }

table#register { width: 100%; border-collapse: collapse; }
table#unregister { width: 100%; border-collapse: collapse; }


input.decoration {
  border-top:    solid 2px #FFAA84;
  border-right:  none;
  border-bottom: none;
  border-left:   solid 2px #FFAA84;
  width: 20em;
}

textarea.decoration {
  border-top:    solid 2px #FFAA84;
  border-right:  none;
  border-bottom: none;
  border-left:   solid 2px #FFAA84;
}

select.decoration {
  border-top:    solid 2px #FFAA84;
  border-right:  none;
  border-bottom: none;
  border-left:   solid 2px #FFAA84;
}

table.user_input { width: 100%; font-size: 10.5pt; }
table.user_input tbody.user_input th { background-color: #80B9FF; width: 10em; }
table.user_input th,td { padding: 2px; }
