.overlay {
    display:none;
    position: absolute; overflow: hidden;
    zindex: 20;
    background-color:#fff;
    left: 15%; right: 15%;
    top: 12%; bottom: 12%;
/*    width:350px;*/
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }

  .overlay .title {
    /*background:url(/media/img/global/info.png) 0 50% no-repeat;*/
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
  