/*#E8E6E5;*/
.modalwindowbackground {
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: black;
  position: absolute;
  opacity: 0.5;
}

.modalwindow {
  position: absolute;
  float: left;
  top: 0;
  border: 5px solid #005646;
  border-radius: 5px;
  z-index: 5001;
}
.modalwindow .modalwindow-bartop {
  width: 100%;
  height: 25px;
  background-color: #008539;
  color: white;
  border-bottom: 1px solid #005646;
}
.modalwindow .modalwindow-bartop .modalwindow-close-content {
  position: relative;
  float: right;
  color: #005646;
  cursor: pointer;
  font-size: 18px;
  padding: 2px;
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  margin-top: -27px;
}
.modalwindow .modalwindow-bartop p {
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.modalwindow .modalwindow-content {
  background-color: white;
}
.modalwindow .modalwindow-buttons {
  width: 100%;
  height: 35px;
  border-top: 1px solid #008539;
  background-color: white;
}
.modalwindow .modalwindow-buttons .modalwindow-button {
  border: none;
  width: auto;
  overflow: visible;
  background-color: #008539;
  color: white;
  /*margin: 15px 5px 10px 0px;*/
  margin: 6px 5px 10px 0px;
  display: inline;
  line-height: 15px;
  padding: 0px 2px;
  font-size: 12px;
  cursor: pointer;
  float: right;
  padding: 4px 10px;
  border-radius: 5px;
}/*# sourceMappingURL=jquery.tools.css.map */