form {
  margin-top: 1em;
  padding-bottom: 1em;
}

div.messages {
  height: 2em;
}

div.errors {
  display: none;  
}

label.error, p.error {
  color: red;
}

input.error, select.error {
  border-color: red;
}

ul.errors {
  display: none !important;
}

input[type=text], select, textarea {
  width: 20em;
}

input[type=checkbox], input[type=radio] {
  margin-right: 1em;
  clear: right;
}

.text-other {
  width: 20em; 
  margin-top: .5em;
}

#sortable {
  list-style: none;
  margin: 0;
}

#sortable li {
  margin: 0 0 .5em 0;
  padding: .5em;
  border: 1px solid #d3d3d3;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  height: 3em;
}

#sortable li span {
  cursor: pointer;
}

.note {
  font-weight: normal;
  font-style: italic;
}

.inline {
  display: inline-block;
}

input[type=number] {
  width: 2.5em;
}

p.non-col {
  display: none;
}