  .horizon
  {
    z-index:1998;
    display:none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
  }
  .content
  {
    background-repeat:repeat-x;
    font:bold 16pt Verdana;
    color:#8c8c8c;
    BORDER: #8c8c8c 2px solid ;
    background-color: #fff;
    margin-left: -150px;
    position: absolute;
    top: -50px;
    left: 50%;
    width: 300px;
    height: 100px;
    z-index:1999;
  }

