#greenlistbox
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
}

#greenlistscreen
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 212px;
}

#greenlistscreen.white {
  -webkit-box-shadow: 0 0 8px #00FF00;
  box-shadow: 0 0 8px #00FF00;
}

#greenlistscreen.black {
  -webkit-box-shadow: 0 0 8px #000000;
  box-shadow: 0 0 8px #000000;
}

.glerror {
  border: 1px solid red !important;
}

.greenlisted a {
  color: #0C8C0C !important;
}

