/*
 * Custom Picture Viewer created by DBits Technology Services, 2012
 *
 * Place this file in the location specified in the link tag described in viewer.js
 */
.screen {
        position: fixed;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 100% !important;
        background-color: black;
    -webkit-opacity: 0.5;
    -moz-filter: alpha(opacity=50);
    filter:alpha(opacity=50);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity:0.5;
        visibility: hidden;
        z-Index: 1 !important;
}

.popup_login {
        position: fixed;
        top: 155px;
        left: 300px;
        width: 700px;
        height: 680px;
        border: solid 2px;
        visibility: hidden;
        background-color: #ecf4ff;
        z-Index: 2 !important;

}

.loginContent {
        position: relative; 
        top:5px;
        left:0px;
        height: 655px;
        width: 670px;
        float:left;
        /* background-color: #ecf4ff; */
        z-Index: 3 !important;
}

.loginWrapper {
        text-align: center;
        position: relative;
        top:1px;
        left:1px;
        white-space:nowrap; 
        margin-top:30px;
        height:98%;
        width:100%;
        z-index:4 !important;
}

.loginClose {
        position: relative;
        float: right;
        padding-top:5px;
        top:0px;
        width:150px;
        text-align:right;
        z-index:42 !important;
}

#closeLink, #closeLink1, #closeLink2 {
        position: relative;
        text-decoration:none;
        padding:12px 8px 12px 30px;
        font-weight:bold;
        font-size:18px;
        color:#a0a0a0;
        z-index:43 !important;
        height:100%;
        width:100%;
}

.share-email {
        position: fixed;
        top: 155px;
        left: 300px;
        width: 500px;
        height: 680px;
        border: solid 2px;
        visibility: hidden;
        background-color: #ffffff;
        z-Index: 2 !important;

}

