.editable span {
  position: relative;
  left: -3px;
  display: inline-block;
  padding: 3px 26px 3px 3px; }

.editable.hovered span {
  display: inline-block;
  cursor: pointer;
  background: yellow url(/images/icons/silk/pencil.png) right center no-repeat; }


#inline-editor {
  position: absolute;
  padding: 0;
  background: transparent; }
  #inline-editor a {
    position: relative;
    top: -5px;
    padding: 1px 8px 1px 8px;
    margin-left: 2px;
    border-radius: 16px 16px;
    box-shadow: #222 1px 1px 2px;
    -moz-border-radius: 16px;
    -moz-box-shadow: 1px 1px 2px #222;
    -webkit-border-radius: 16px 16px;
    -webkit-box-shadow: #222 1px 1px 2px;
    color: #fff;
    background: #aaa;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none; }
    #inline-editor a:hover {
      background: #666; }
