﻿.popup_cover{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #000;
    z-index:1100;
}

.popup{
    position: absolute;
    top:50%;
    margin-top: -112px;
    height: 224px;
    left: 50%;
    width: 570px;
    margin-left: -285px;
    background: url('../Images/shibboleth/shp_bg_slice.png') top left repeat-x;
    font-family: Sans-Serif;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index:1101;
}
    .popup .shib_logo{
        position: absolute;
        top: 0px;
        right: 10px;
        width: 107px;
        height: 128px;
        background: url('../Images/shibboleth/shp_shib_logo.png') top left no-repeat;
        z-index: 1;
    }
    .popup .top_left_corner{
        position: absolute;
        width: 20px;
        height: 20px;
        top: -20px;
        left: -20px;
        background: url('../Images/shibboleth/shp_top_left.png') top left no-repeat;
    }
    .popup .top_right_corner{
        position: absolute;
        width: 20px;
        height: 20px;
        top: -20px;
        right: -20px;
        background: url('../Images/shibboleth/shp_top_right.png') top left no-repeat;
    }
    .popup .bottom_right_corner{
        position: absolute;
        width: 20px;
        height: 21px;
        bottom: -21px;
        right: -20px;
        background: url('../Images/shibboleth/shp_bottom_right.png') top left no-repeat;
    }
    .popup .bottom_left_corner{
        position: absolute;
        width: 20px;
        height: 21px;
        bottom: -21px;
        left: -20px;
        background: url('../Images/shibboleth/shp_bottom_left.png') top left no-repeat;
    }
    .popup .top_blend{
        position: absolute;
        top: -20px;
        left: 0px;
        width: 100%;
        height: 20px;
        background: url('../Images/shibboleth/shp_top.png') top left repeat-x;
    }
    .popup .bottom_blend{
        position: absolute;
        bottom: -21px;
        left: 0px;
        height: 21px;
        width: 100%;
        background: url('../Images/shibboleth/shp_bottom.png') top left repeat-x;
    }
    .popup .left_blend{
        position: absolute;
        top: 0px;
        left: -20px;
        width: 20px;
        height: 224px;
        background: url('../Images/shibboleth/shp_left.png') top left no-repeat;
    }
    .popup .right_blend{
        position: absolute;
        top: 0px;
        right: -20px;
        width: 20px;
        height: 224px;
        background: url('../Images/shibboleth/shp_right.png') top left no-repeat;
    }
    
    .popup h1{
        color: #fff;
        margin: 0px;
        font-size: 20px;
        font-weight: bold;
        margin: 10px;
    }
    .popup p{
        color: #fff;
        padding: 0px;
        margin: 10px;
        font-size: 14px;
        line-height: 22px;
        z-index: 2;
        position: relative;
    }
    
    .popup .label{
        width: 200px;
        font-size: 14px;
        color: #fff;
        text-align: right;
        display:inline-block;
        *display:inline;
        zoom: 1;
        margin-right: 10px;
        font-weight: bold;
    }
    .popup .text{
        width: 200px;
    }
    .popup .error{
        color: #7a0202;
        font-style: italic;
        font-size: 12px;
        z-index: 2;
        position:relative;
    }