﻿#lightbox {
    position: absolute;
    top:5%;
    left:20%;
    width:58%;
    height:80%;
    overflow:scroll;
    margin-left:0;
    background: #fff;
    z-index: 99999999999999999999;
    display: none;
    padding:1%;
    box-shadow:0 0 25px #000;
}

#lightbox h2 {color:#111; font-size:32px; margin-bottom:15px; padding-bottom:15px; font-style:normal; border-bottom:2px dashed #ccc;}
#lightbox p {color:#111; font-size:16px; line-height:20px; margin:10px 0 5px 0;}

#lightbox-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    z-index: 999999999999999999;
    display: none;
}

.terms {text-align:center; margin:10px auto;}
.terms ul li {display:inline-block; color:#0099ff; list-style:none; width:auto; margin:0 !important;}
.terms ul li a {color:#0099ff !important; width:auto; margin-left:10px !important; margin-right:10px !important;}
