#popin{
    position: absolute;
    margin-left: -16px;
    margin-top: -2px;
}
#popin .pheader{
    border-bottom: 1px solid black;
    background-color: #dcdcdc;
    width: 100%;
}
#popin .ptitle{
    padding: 2px 2px 2px 10px;
    font-weight: bold;
}
#popin .pclose{
    width: 15px;
}

#popin .pclose div{
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    background: url(btn-close.gif) no-repeat center;
}
#popin .pcontent{
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

/* a b c d e
   p       f
   o       g
   n       h
   m l k j i */

#popin .drop.a { background: url(drop-a.png) no-repeat; width: 22px; height: 22px; }
#popin .drop.b { background: url(drop-b.png) no-repeat; width: 37px; height: 22px; }
#popin .drop.b DIV { width: 37px;}
#popin .drop.c { background-image: url(drop-c.png); height: 22px; width: 100%; }
#popin .drop.d { background: url(drop-d.png) no-repeat; width: 27px; height: 22px; }
#popin .drop.d DIV { width: 27px;}
#popin .drop.e { background: url(drop-e.png) no-repeat; width: 32px; height: 22px; }

#popin .drop.f { background: url(drop-f.png) no-repeat; width: 32px; height: 37px; }
#popin .drop.g { background-image: url(drop-g.png); width: 32px !important; height: 100%; }
#popin .drop.h { background: url(drop-h.png) no-repeat bottom; width: 32px; height: 27px; }

#popin .drop.i { background: url(drop-i.png) no-repeat; width: 32px; height: 32px; }
#popin .drop.l { background: url(drop-l.png) no-repeat; width: 37px; height: 32px; }
#popin .drop.l DIV {width: 37px; }
#popin .drop.k { background-image: url(drop-k.png); height: 32px; width: 100%; }
#popin .drop.j { background: url(drop-j.png) no-repeat; width: 27px; height: 32px; }
#popin .drop.j DIV {width: 27px; }
#popin .drop.m { background: url(drop-m.png) no-repeat; width: 22px; height: 32px; }

#popin .drop.n { background: url(drop-n.png) no-repeat bottom; width: 22px; height: 27px; }
#popin .drop.o { background-image: url(drop-o.png); width: 22px; height: 100%; }
#popin .drop.p { background: url(drop-p.png) no-repeat; width: 22px; height: 37px; }

.contentHolder {
  border: solid 2px #555555;
  background-color: white;
}
