/* General
------------------------------------------------------------------------------------------------- */
div.section.ctrl-panel {
   box-shadow: 0px 0px 1px 2px #C0C0C0;
   position: relative;
}

div.section.ctrl-panel a.ctrl-panel {
   background-color: transparent;
   background-image: url("/resources/img/16x16/edit.png");
   background-repeat: no-repeat;
   border: none;
   display: inline-block;
   height: 16px;
   left: 5px;
   position: absolute;
   top: -10px;
   width: 16px;
   z-index: 100000;
}

div.section.ctrl-panel a.ctrl-panel:hover {
   background-image: url("/resources/img/16x16/editHover.png");
}
