@charset "utf-8";

#posting-form label {
  display       : block;
  float         : left;
  padding-right : 6px;
  width         : 8em;
  text-align    : left;
}
#error-message {
  color : red;
}
.posting-text {
  margin      : 4px 0px 20px 30px;
  line-height : 1.4em;
}
