#lightbox_quick_result 
{
    background-color:#FFF;
    width:60%;
    height:23%;
    top: 20%; 
    position: fixed; 
    display: block; 
    z-index: 9999; 
    left: 25%;
    text-align: center;
    padding:10px; 
}

#lightbox_quick_result > div {
    height:100%;
    overflow-style: scrollbar;
    overflow-x: hidden;
    position: relative;
}

#lightbox_view_instruction 
{
    width:60%;
    height:85%;
    background-color:#FFF;	
    top: 10%; 
    left: 20%;
    position: fixed; 
    display: block; 
    z-index: 9999;
    padding:10px 0px; 
}

#lightbox_view_instruction > div {
    height:100%;
    overflow-style: scrollbar;
    /*overflow-x: hidden;*/
    position: relative;
}

#lightbox_thank_you 
{
    background-color:#FFF;	
    top: 15%; 
    position: fixed; 
    display: block; 
    z-index: 9999; 
    left: 20%;
    text-align: center;
}

#lightbox_thank_you > div {
    height:100%;
    overflow-style: scrollbar;
    /*overflow-x: hidden;*/
    /*position: relative;*/
}

#lightbox_outer_mid
{
    width:70%;
    height:90%;
    /*overflow:hidden;*/
    background-color:#FFF;	
    top: 5%; 
    position: fixed; 
    display: block; 
    z-index: 9999; 
    left: 15%;
    text-align: center;
}
#lightbox_outer_mid > div {
    height:100%;
    overflow:scroll;
    position: relative;
}

#lightbox_outer_large 
{
    width:89%;
    height:90%;
    /*overflow:auto;*/
    background-color:#FFF;	
    top: 5%; 
    position: fixed; 
    display: block; 
    z-index: 9999; 
    left: 5%;
    text-align: center;
}
#lightbox_outer_large > div {
    height:100%;
    overflow:scroll;
    position: relative;
}

#lightbox_outer_big 
{
    width:85%;
    height:90%;
    /*overflow:visible;*/
    /*overflow:scroll;*/
    background-color:#FFF;	
    top: 5%; 
    position: fixed; 
    display: block; 
    z-index: 9999; 
    left: 7%;
    text-align: center;
}
#lightbox_outer_big > div {
    height:100%;
    overflow:scroll;
    position: relative;
}

#lightbox_hader {
    width:600px;	
}
.lightbox_top {
    width:600px;
}
#lightbox_middle {
    float: left;
    margin-top: 10px;
    width: 600px;
}
#lightbox{
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    z-index:9999;
    width:600px;
    height:auto;
    overflow:hidden;
    margin:-220px 0 0 -250px;
    border:1px solid #fff;
    background-color:#FFFFFF;
    text-align:left;
}
#lightbox[id]{
    position:fixed;
}

#overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    /*-moz-opacity: 0.1;*/
    opacity:.65;
    /*filter: alpha(opacity=50);*/
}
#overlay[id]{
    position:fixed;
}

#lightbox.done #lbLoadMessage{
    display:none;
}
#lightbox.done #lbContent{
    display:block;
}
#lightbox.loading #lbContent{
    display:none;
}
#lightbox.loading #lbLoadMessage{
    display:block;
}

#lightbox.done img{
    width:100%;
    height:100%;
}
.rap_points {
    font-weight:bold;
    /*	text-align:center;*/
    color:#F00;
}

.close {
    background: #606061;
    color: #FFFFFF;
    float:right; 
    font-size:14px;
    line-height: 25px;
    position: absolute;
    /*right: -12px;*/
    right: -20px;
    text-align: center;
    /*top: -10px;*/
    top: -20px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }