.form {
  background: #000000;
  color: #999999;
  border: 1px solid #4a4a4a;
  border-style: dotted;
  font-family: verdana;
  font-size: 10px;
}

/* IE6 gives a form a bottom margin of its own, which would push the send row
   away from the box above it */
.shout-form {
  margin: 0;
  padding: 0;
}

.message-cell {
  font-size: smaller;
  vertical-align: middle;
}

.message-cell-wrapper {
  height: 20px;
}

.invisible {
  display: none;
}
