.clearFloat {
  clear: both;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.label {
  vertical-align: top;
}

.viewTextarea {
  white-space: pre-wrap;
}

#ajaxOverlayDiv {
  opacity: 0;
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
}
