#lightboxinfo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    margin: 0;
    padding: 0;
    background: url('bg.png') repeat;
    z-index: 1;
    display: none;
    color: #333;
}
  
#lightboxinfo div {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    background: white;
    position: absolute;
    top: 3%;
    left: 50%;
    width: 580px;
    padding: 40px;
    margin-left: -330px;
    z-index: 999;
    overflow: visible;
}
#lightboxinfo div a {
    color: #0081cb;
}

#lightboxinfo div a.boxclose{
    background: url('small_delete.png') no-repeat;
    float:right;
    margin-top:-25px;
    margin-right:-30px;
    cursor:pointer;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    z-index: 999;       
}
