.popbox {
  margin:0px auto;
  text-align:center;
  position:relative;
}

  .collapse { position:relative; }

  .open {
  }

    .box {
      display:block;
      display:none;
      background:#FFCB1F;
      border:solid 1px #fff;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
	  padding:30px 20px 20px 20px;
	  z-index:2;
    }

      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
	   position: absolute;
	   top: 6px;
       left: 160px;
      }

      .arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFCB1F;
      	position:absolute;
      	left:1px;
      	top:-10px;
      	z-index:1001;
      }

      .arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #fff;
      	position:absolute;
      	top:-12px;
      	z-index:1000;
      }
