
.mblTextArea {
  padding: 4px 1px;
  border-width: 1px;
  border-style: inset;
  font-family: Helvetica;
  font-size: 13px;
  display: block;
  background-color: #bfbfbf;
  border: 2px solid #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 0;
  font-family: "Segoe WP", "Segoe UI", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "BBAlpha Sans", "sans-serif";
  border-color: #bfbfbf;
  padding: 0 0 0 3px;
  font-size: 9pt;
  width: calc(100% - 10px);
}
.mblExpandingTextArea {
  margin: 2px;
}
.mblTextArea:active,
.mblTextArea:focus {
  border-color: Highlight;
  background-color: white;
  color: black;
}
.mblTextArea[disabled] {
  border-color: #808080;
  background-color: transparent;
  color: #808080;
}
