
.lbFrame {
    background: none repeat scroll 0 0 transparent;
    position: fixed;
    text-align: left;
    z-index: 9999;
}

.lbFrame .lbBordRight {
    background: url("imagesnewdesign/bg_boxBordRight.png") repeat-y scroll right top transparent;
}

.lbFrame .lbBordLeft {
    background: url("imagesnewdesign/bg_boxBordLeft.png") repeat-y scroll left top transparent;
    padding: 0;
}

.lbBoxLining {
    padding: 0 14px;
}

.lbTitle {
    background: url("imagesnewdesign/bg_lbTitle.gif") repeat-x scroll left bottom #FFFFFF;
    height: 42px;
    position: relative;
}

.lining, .padder {
    padding: 0 21px;
    position: relative;
}

.lbTitle a, .lbClose, .closePopup {
    background: url("imagesnewdesign/bt_lbClose.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    position: absolute;
    right: 15px;
    text-indent: -999em;
    top: -1px;
    width: 30px;
}

.lbContent {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1000000;
}

.lbFrame .lbTopRight {
    background: url("imagesnewdesign/bg_boxRight.png") no-repeat scroll right top transparent;
    height: 25px;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%;
}

.lbFrame .lbBottomRight {
    background: url("imagesnewdesign/bg_boxRight.png") no-repeat scroll right bottom transparent;
    bottom: -28px;
    height: 28px;
    left: 0;
    position: absolute;
    width: 100%;
}

.lbFrame .lbTopLeft {
    background: url("imagesnewdesign/bg_boxLeft.png") no-repeat scroll left top transparent;
    height: 25px;
    left: 0;
    margin-right: 28px;
    position: relative;
    top: 0;
}

.lbFrame .lbBottomLeft {
    background: url("imagesnewdesign/bg_boxLeft.png") no-repeat scroll left bottom transparent;
    bottom: 0;
    height: 28px;
    left: 0;
    margin-right: 28px;
    position: relative;
}

.lbLining, .lightBoxPadder {
    padding: 21px 0;
}

.lining, .padder {
    padding: 0 21px;
    position: relative;
}

.popupTitleFont {
    font-family:"BellSlimSemiBoldRegular",Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 1em;	
}

