#blackout {
  display: none;
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
}
#pickartist {
  display: none;
  position: absolute;
  z-index: 99;
  top: 300px;
  left: 0px;
  width: 400px;
  height: 300px;
  background-color: #ebebeb;
  border: 1px solid #f16524;
  padding: 5px;
}
#pickartist #list{
  height: 220px;
  overflow: auto;
}
#pickartist .letters {
  margin: 0px;
}
#pickartist .letters li {
  margin-left: 0px;
  margin-right: 4px;
}
#pickartist a.close{
  display: block;
  float: right;
}
