#select-form { line-height: 2.5em; }

#select-form aside { width: 330px !important; line-height: 1.75em; font-size: 0.9em; }

@media only screen and (max-width: 1024px) {
  #select-form aside { width: 100% !important; display: block !important; }
  #required { float:left; clear: both; }
}

#select-form aside hr { margin-top: 1em; }

#select-form #formNotes {
  background-color: transparent !important;
  line-height:      1.35em !important;
  font-style:       italic;
}

#select-form #required label { display: inline-block; width: 85px; line-height: 1em; }

#select-form #required label a { font-weight: bold;; }

#select-form #required select { width: 290px !important; }

#select-form select { background-color: #fff; }
#select-form :disabled { background-color: #ddd; }
#select-form input[type="text"] { width: 80px; }

#select-form option.title { font-weight: bold; }
