div#popinBlocker {
    position:           fixed;
    top:                0;
    bottom:             0;
    left:               0;
    right:              0;
    min-width:          100%;
    min-height:         100%;
    opacity:            0.75;
    -ms-filter:         "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    background-color:   black;
    z-index:            1999;
}

div#popin {
    position:           fixed;
    width:              430px;
    height:             315px;
    background-color:   white;
    border:             1px outset white;
    box-shadow:         3px 3px 3px black;
    top:                0;
    left:               0;
    right:              0;
    bottom:             0;
    z-index:            2000;
    margin:             auto;
    border-radius:      6px;
    max-height:         98%;
}

.hidden {
    display:            none;
}

#popinCloseBox {
    float:              right;
    height:             16px;
    width:              16px;
    background-image:   url(/images/common/X-closebox.png);
    background-repeat:  no-repeat;
    border:             0;
    background-color:   transparent;
    margin-top:         6px;
    margin-right:       7px;
    cursor:             pointer;
}

#popinCloseBox:hover {
    background-image:   url(/images/common/X-closebox-over.png);
}

#popinControl {
    height:             36px;
    border-bottom:      1px solid #DCDCDC;
    background-color:   #DCDCDC;
}

#popinTitle {
    font-family:        Verdana,Helvetica;
    font-size:          14px;
    font-weight:        bold;
    color:              rgb(69,69,69);
    margin-top:         6px;
    margin-right:       5px;
    margin-bottom:      2px;
    margin-left:        8px;
    float:              left;
    overflow:           hidden;
    line-height:        20px;
    width:              90%;
}

#popinContent {
    overflow-y:         auto;
    height:             90%;
    left:               0;
    margin:             auto;
    position:           absolute;
    right:              0;
    width:              400px;
    -webkit-overflow-scrolling: touch;
}

iframe.popinFrame {
    border:             none;
    width:              100%;
    height:             90%;
}

body{
    min-width:          1024px;
}
