#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(overlay.png) repeat;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    z-index: 998;
    display: none;
}

#lightbox_content {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #000000;
    margin: 30px auto;
    padding: 5px;
    font-size: 12px;
    border: 2px solid #999999;
    background: #dddddd;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
}

#lightbox_header, #lightbox_footer {
    position: absolute;
    margin: -20px;
    text-align: right;
    background: #888888;
    width: 100%;
}

button {
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    padding: 2px 6px;
    border: 1px solid #000000;
}

#lightbox_close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
}

#lightbox_footer {
    text-align: center;
    bottom: 0;
    margin-bottom: 0px;
}

#lightbox_html {
}

#passwordcheck {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(overlay.png) repeat;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    z-index: 999;
    display: none;
}



#passwordcheck_content {
    position: relative;
    display: inline-block;
    text-align: left;
    color: #000000;
    margin: 150px auto 0 auto;
    padding: 5px;
    font-size: 12px;
    border: 2px solid #999999;
    background: #dddddd;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 900px;
}



.formerror {
    background-color: #ff6666;
    border-color: #ff0000;
}















/*#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }*/
/*#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}*/
/*#lightbox img{ width: auto; height: auto;}*/
/**/
/*#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }*/