.presenter {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: 1px solid #ccc;
  background-color: #fff;
}

.presenter .close_button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  text-indent: -5000px;
  background: transparent url(/images/icons/close_grey.png) no-repeat 2px 2px;
}



.paneled_selector_background {
  border: 1px solid #ccc;
  background-color: #fff;
}

.paneled_selector .section {
  width: 275px;
  float: left;
  padding: 2px 10px 2px;
}

.paneled_selector .body {
  clear: left;
  border-top: 1px solid #ccc;
  padding-left: 10px;
}

.paneled_selector .body ul {
  height: 87%;
  overflow: auto;
}
.paneled_selector .body ul ul {
  height: auto;
  overflow: visible;
}

.paneled_selector .close {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 50px;
  height: 20px;
  padding: 5px 0 0 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: transparent url(/images/icons/close_grey.png) no-repeat 0 3px;
}
