.addr-panel{
    position: fixed;
    display:none;
    top: 30%;
    left: 50%;
    margin-left:-225px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0;
    width: 450px;
    background-color: rgba(255,255,255,0.9);
    z-index: 1300;
}

.addr-content{
    padding:15px;
}

.addr-content ul{
    line-height: 20px;
}

.addr-content li{
    padding-bottom: 5px;
}


.addr-content-header{
    border-bottom: 2px solid #00adef;
    padding-bottom: 3px;
    font-size: 1.6rem;
    font-weight: bold;
    color:#231F20;
}

.lightbox_div{
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:1001;
    background-color:#000000;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75;      /* khtml, old safari */
    -moz-opacity: 0.75;       /* mozilla, netscape */
    opacity: 0.75;           /* fx, safari, opera */
    display:none;
}

.lightbox_content_div{
/*  margin-top:150px; */
/*  background-color:#000000; */
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
/*  border: 16px solid orange; */
/*  background-color: #000000;*/
    z-index:1002;
/*  overflow: auto; */

}

.star{
    color: #cc0101;
}

p.thankyou{
    font-size: 1.3rem;
    font-weight: normal;
}