h4, fieldset h3 {
  margin-bottom: .75em;
  color: #224b90;
  font-size: 110%;
  }
  
fieldset {
  margin: 2em 40px;
  border: none;
  }
  
fieldset h2 {
  font-size: 150%;
  margin: 0 0 20px 0;
  border-bottom: none;
  padding-bottom: 0;
  }
  
fieldset h3 {
  font-size: 130%;
  }
  
fieldset h4 {
  margin-bottom: 0;
  font-size: 90%;
  }

fieldset h5 {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 90%;
  }

form dl {
  margin-bottom: 3em;
  color: black;
  background: white;
  }
  
form dt {
  margin-bottom: 3px;
  font-weight: bold;
  color: #3b3b3b;
  }

form dd {
  margin-bottom: 1.5em;
  }

.warning td {
  padding: 0px 6px 4px 0px;
  }

.phone td {
  padding-bottom: 15px;
  }

form p {
  margin-bottom: 1em;
  }

.numerical {
  margin-top: 0;
  }

.ureview {
  margin-top: 25px;
  }

.radio-set {
  margin: 6px 0 3em 0;
  list-style: none;
  color: #3b3b3b;
  }
  
.radio-set li {
  display: inline;
  margin: 0 6px 0 0;
  }

.sent #footer {
  margin-top: 10em;
  }

.sent h4 {
  margin-bottom: .5em;
  }

.additional-question {
  margin-bottom: 1em;
  }

.submit-radio {
  margin-bottom: 1em;
  }

.mediaoptions .nobottom {
  margin-bottom: 0;
  }

span.normal {
  font-weight: normal;
  }

#assignment-form textarea {
  width: 100%;
  }

#assignment-form #critnextmonth {
  width: 95px;
  }

#assignment-form #critnextday {
  width: 45px;
  }

#assignment-form #critnextyear {
  width: 60px;
  }

.revstats {
  margin-bottom: 45px;
  width: 100%;
  }

.revstats th {
  text-align: left;
  background: #DCD3C4 none repeat scroll 0 0;
  border: 2px solid #3B3B3B;
  padding: 4px 20px 4px 6px;
  color: #2F2F2F;
  }

.revstats td {
  text-align: left;
  }

.revstats td.description {
  padding: 10px 0 0 0;
  font-size: 90%;
  border-right: 2px solid #3B3B3B;
  border-left: 2px solid #3B3B3B;
  padding-left: 6px;
  }

.revstats td.rating {
  padding: 20px 0 15px 0;
  }

.revstats td.distribution {
  padding: 5px 0 5px 0;
  background-color: #E3DED5;
  border-top: 1px solid silver;
  border-bottom: 2px solid #3B3B3B;
  }

.revstats td.average {
  padding-left: 6px;
  border-bottom: 2px solid #3B3B3B;
  background-color: #E3DED5;
  }

.revstats td.notenough {
  border-bottom: 2px solid #3B3B3B;
  }

.revstats td.left {
  width: 150px;
  border-left: 2px solid #3B3B3B;
  padding-left: 6px;
  }

.revstats td.stop {
  background-color: white;
  padding-left: 5px;
  border-left: 2px solid #3B3B3B;
  border-right: 2px solid #3B3B3B;
  border-bottom: 2px solid #3B3B3B;
  vertical-align: middle;
  }

.revstats td.lowcomment {
  padding-left: 15px;
  border-right: 2px solid #3B3B3B;
  }

.revstats td.number {
  width: 60px;
  }

.revstats td.gap {
  padding-bottom: 60px;
  }

div.errorfound {
 margin-bottom: 40px; 
 vertical-align: middle;
}

div.errorfound img {
  float: left;
  margin-right: 10px;
}

div.errorfound p {
  padding-top: 5px;
}

.missingquestion {
  margin-bottom: 20px;
  }

.paddingright {
  padding-right: 5px; 
  }

.question {
  padding-bottom: 1.5em;
  margin-bottom: 0;
  }

#content .submit input {
  background: #adbdd9;
  border: 2px solid gray;
  border-color: silver gray gray silver;
  color: #3b3b3b;
  font-weight: bold;
  padding: 2px;
  font-size: 100%;
  }

#content .submit td {
   padding: 6px 6px;
   }

table.preferences {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid gray;
  margin-bottom: 40px;
  }

table.preferences th {
  padding: 4px 0;
  background: gray;
  color: white;
  text-align: left;
  }

table.preferences th.first-column, table.preferences td.first-column {
  padding-left: 5px;
  }

table.preferences td {
  width: auto;
  font-size: 90%;
  padding: 6px 0 4px 0;
  }
  
table.preferences label {
  padding-left: 0;
  }

