.hornet.dialog.modal {
  position: fixed;
  z-index: 1;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background: #fff;
  overflow-y: auto;
  border: 2px solid #000;
  -webkit-box-shadow: 0px 0px 5px #555;
}

.hornet.dialog.modal .padding {
  padding: 10px;
}

.hornet.dialog.modal.large {
  width: 95%;
  height: 85%;
  left: 2.5%;
  top: 80px;
}

.hornet.dialog.modal.full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.hornet.dialog.modal > a.close {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  text-decoration: none;
  color: #004080;
}

.hornet.modal.blocker {
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
}

.hornet.modal.top {
  display: block;
  position: fixed;
  z-index: 1000000;
}

.hornet.dialog.modal table td {
  padding: 0 15px 0 0;
}

.hornet.dialog .wrapper {
/*  margin: 10px;*/
}

.hornet.modal.dialog .tools {
  margin: 10px;
}

.hornet.modal.dialog .padding .tools {
  margin: 5px 10px;
}

.hornet.modal.dialog table {
  width: 100%;
}

.hornet.modal.dialog .padding table {
  margin: 0;
}

.hornet.modal.dialog table th {
  font-weight: bold;
  padding: 8px 10px 5px;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
}

.hornet.modal.dialog table td {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}