/* CSS Document */

.fieldsLayouter_class {
  border-bottom: 2px solid gray;
  border-left: 1px solid gray;
  border-right: 2px solid gray;
  border-top: 1px solid gray;
  width: 365px;
}

.title {
  white-space: nowrap;
  padding-left: 10px;
  padding-bottom: 4px;
  text-align: left;
  height: 20px;
  width: 40%;
  vertical-align: bottom;
  font-size: 13px
}

.inputfield_class {
  white-space: nowrap;
  text-align: left;
  height: 20px;
  width: 60%;
  padding-bottom: 4px;
  vertical-align: bottom;
}

.confirmed_popup {
  background: #fff;
  text-align: center;
  white-space: nowrap;
}

.text_invoker {
  color: #005CA3;
  font-weight: bold;
  margin-top: 15px;
}

#fieldsLayouter {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.actionExecutedLayer {
   padding: 3em; font-size: 20px;
}