#authorIdForm {
  float: right;
  background-color: #ddffff;
  width: 20em;
}

.messageDiv {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.messageArea {
  background-color: #cccccc;
  padding: 10px;
  text-align: left;
  border-style: solid;
  border-width: 3px;
  border-color: white;
}

.lastAuthor {
  vertical-align: top;
  text-align: center;
}

#timeoutMessage {
  background-color: #ffbbff;
  padding: 15px 5px 10px 5px;
}

.bodyFadeOn {
  opacity: 0.6;
}

.bodyFadeOff {
  opacity: 1.0;
  text-align: center;
  height: 100%;
}

.pageFadeOn {
  opacity: 0.6;
  z-index: -1;
  background-image: url("faded.jpg");
  overflow: hidden;
  position: absolute;
  background-repeat: repeat;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  display: block;
}

.pageFadeOff {
  display: none;
}
