#lightbox{
    border: 9px solid #568ac2;
    background: white;
    background-repeat: no-repeat;
    display: none;
    /* Hidden as default */
    height: 575px;
    width: 575px;
    margin: 100px auto 0;
    position: relative;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    vertical-align: middle;
}

    #lightbox p {
        width: 520px;
    }

#fade {
    display: none;
    /* Hidden as default */
    background-image: url("../content/business/bg_lightbox.png");
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    z-index: 9999;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#requestIframe {
    width: 100%;
    height: 100%;
    *height: 580px;
    /*IE7 and below*/
    display: block;
    border: 0;
}

#closebox {
    background: transparent url(/Themes/Finnley/Content/business/btn_business_close.png) no-repeat 0 0;
    border: 0;
    display: block;
    cursor: pointer;
    font-weight: bold;
    height: 40px;
    /* 39px; */
    position: absolute;
    right: -25px;
    top: -25px;
    text-indent: -999em;
    width: 40px;
    /* 39px; */
}

/***************************************************************************/
/*** jvr purchase reports total over/less 15, pop-up dialog common style ***/
/***  #closebox #fade will used above same name style                   ***/
/***************************************************************************/
#confirmPurchaseWithLessRptCapLightbox,
#confirmPurchaseWithOverRptCapLightbox {
    border: 9px solid #fff;
    background-color: #34567b;
    display: none;
    width: 500px;
    margin: 50px auto 0;
    position: relative;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    vertical-align: middle;
}

#confirmPurchaseWithOverRptCapLightbox {
    height: 530px;
}

#confirmPurchaseWithLessRptCapLightbox {
    height: 370px;
}
#confirmPurchaseWithLessRptCapLightbox h2,
#confirmPurchaseWithOverRptCapLightbox h2
{
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    font-size:26px;
}
#confirmPurchaseWithLessRptCapLightbox p,
#confirmPurchaseWithOverRptCapLightbox p
{
    font-size:15px;
}
.lightbox-content-lessrptcap,
.lightbox-content-overrptcap {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    margin-left: 40px;
    margin-right: 20px;
}

.lightbox-content-lessrptcap > p:nth-child(2),
.lightbox-content-overrptcap > p:nth-child(2),
.lightbox-content-lessrptcap > p:nth-child(3),
.lightbox-content-overrptcap > p:nth-child(3) {
    margin-bottom: 15px;
}

    .lightbox-content-lessrptcap > p:nth-child(4) {
        margin-bottom: 40px;
    }

    .lightbox-content-lessrptcap > p:nth-child(4),
    .lightbox-content-overrptcap > p:nth-child(4) {
        margin-top: 40px;
    }

.lightbox-btn-cancel {
    background-color:#34567b;
    width: 150px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #F5CF46;
    -moz-box-shadow: 1px 1px 2px 1px, rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    color: #F5CF46;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    margin-right: 15px;
}

.lightbox-btn-purchase {
    background-color: #F5CF46;
    width: 150px;
    height: 30px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px 1px, rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    color: #34567B;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    margin-left: 10px;
}


.lightbox-btn-content-lessrptcap,
.lightbox-btn-content-overrptcap {
    color: #fff;
    text-align: right;
    width: 100%;
}

.lightbox-btn-content-lessrptcap {
    margin-left: 40px;
    margin-top: 80px;
}

.lightbox-btn-content-overrptcap {
    text-align: center;
}

.lightbox-btn-learnmore {
    height: 35px;
    width: 150px;
    border-radius: 3px;
    background-color: #90D0E9;
    color: #34567B;
    font-size: 14px;
}

.video-ca {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}


/***************************************************************************/
/*** end: jvr purchase reports total over/less 15, pop-up dialog common style ***/
/***************************************************************************/
