
#modalframe{
    display: none;
    position: fixed;
    top:0;
    left:0;
    overflow: scroll;
    width:100%;
    height:100%;
    z-index: 10000;
}
/*
#modalframe,
#modalframe a{
}*/


#modalframe_close {
    position: absolute;
    right:28px;
    top:28px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("jquery.modal-frame/close.gif");
    width:38px;
    height:38px;
}

#modalframe_close:hover{
    opacity: 0.5;
}


#modalframe_bg{
    background:#000;
    position: fixed;
    top:0; left:0;
    width: 100%; height:100%;
    opacity:0.5;
     opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    z-index:10001;
}

#modalframe_wrapper{
    position: relative;
    z-index:10002;
    padding:70px 0;
    pointer-events:none;
}

#modalframe_body{
    pointer-events:auto;
    position: relative;
    margin:0 auto;
    width: 780px;
    padding:10px;
    background-color: #FFF;
    border-radius: 5px;
}

#modalframe_frame{
    border:none;
    width:100%;
    min-height: 100px;
}

#modalframe_div{
    padding:25px;
}

body.modalframe_opened {
    overflow: hidden;
}