#modal_wrap_module_owner
 {
  text-align: center;

  cursor: pointer;
 }


#modal_wrap_module_owner .container
 {
  display: inline-block;

  margin-top: 30px;
  margin-bottom: 30px;

  padding: 10px;
  border: solid 5px #696969;

  background-color: #ffffff;

  outline: solid 10px #ffffff;

  text-align: left;

  cursor: default;
 }


#modal_wrap_module_owner .close
 {
  position: absolute;
  top: -15px;
  right: -60px;

  padding: 5px 10px;
  border: solid 3px #ffffff;

  border-radius: 50%;

  text-align: center;

  line-height: 1.4;

  font-weight: bold;
 }

#modal_wrap_module_owner .input_label_show.comment_area
 {
  max-width: 100%;
 }